/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body {background:url("http://www.walktall.co.uk/skin/frontend/walktall/default/images/taxibg.jpg") repeat-x scroll 0 0 transparent;
font:14px/1.55em Arial,Helvetica,sans-serif;
text-align:center; color:#4c4c4c;}

a {
	color:#1e7ec8;
	color:#666666;
	text-decoration:underline;
}
a:hover { color:#1e7ec8; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head {
	margin-bottom:.4em;
	line-height:1.3em;
	color:#333333;
}

h1 {
	color:#EF8523;
	font-size:2em;
	line-height:1.17;
	margin-bottom:0px;
}

h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1em; }
h6 { font-size:.95em; }

h1 span {
	color:#333333;
}

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }


/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

.checkout-cart-index .col2-set .col-2 {
	float:left;
}

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:3px 2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { text-align:right; width:2em; }

.payment-methods label img {
    bottom:-3px;
    padding:0 0 0 10px;
    position:relative
}

.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }
.button-set { /* Container for form buttons*/
    clear:both;
    margin-bottom:10px;
    margin-top:10px;
    border-top:1px solid #ccc;
	border-top:1px solid #ccc;
    padding-top:8px;
    text-align:right;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:2px 8px 1px 8px;
	*padding:2px 8px 3px 8px;
    background:#EF8523;
    color:#fff;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
	text-transform:uppercase;
    vertical-align:middle;
    height: 20px;
    margin-left: 5px;
}
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    background-color:#EF8523;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

.page-head .form-button {
    float:right;
}

.form-button-find-address {
	background-color:transparent;
	border:none;
	cursor:pointer;
	height:22px;
    padding:0 0 0 0;
	width:108px;
}

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:28px 0;
    padding:22px 0px 12px 0px;
}

h4.legend,
.group-select .legend {
    margin-top:-33px;
    float:left;
    background:#EF8523;
    padding:4px 1% 5px 1%;
    color:#FFFFFF;
    font-weight:bold;
	width:98%;
}

h4.legend {
    margin-top:0;
    margin-bottom:1em;
    text-transform:uppercase;
}

/* .group-select li { padding:4px 8px; } */
.blog-post-view .group-select li { padding:4px 0; }
/*.group-select li .input-box { float:left; width:430x; }
.group-select li .input-text, .group-select li select, .group-select li textarea {  }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }
*/

.group-select li .input-text, .group-select li select, .group-select li textarea { width:300px;}

/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:17px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:14px !important; font-family:Arial, Helvetica, sans-serif; color:#4c4c4c !important; text-align:right; }


/* blog */

.blog h2 {
    font-size:1.167em;
    font-weight:normal;
    text-transform:uppercase;
}

.blog .content li a,
.blog .content li a:hover {
    color:#999999;
    font-size:0.833em;
    line-height:1.17em;
    text-transform:capitalize;
}

.blog-post-view .group-select {
    margin:0;
}

.postWrapper {
	border-bottom:2px solid #999999;
    clear:both;
    margin:0 0 20px 0;
    padding:0 0 10px 0;
}
.postTitle {
	margin-bottom: 15px;
}
.postTitle h2 {
	background:#996699;
    color:#ffffff;
    font-size:0.917em;
	margin: 0px;
	padding: 4px 1% 5px 1%;
}
.postTitle h3 {
	color:#996699;
    font-size: 0.889em;
	margin: 0px;
	padding:5px 0 0 0;
}
.postContent {
	padding-bottom: 10px;
}
.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	border-bottom:1px solid #999999;
    padding-bottom: 15px;
    margin:0 0 15px 0;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin-bottom:5px;
	padding: 0px;
}
.commentDetails  h4.username{
	display:inline;
}

.postWrapper p.readMore a,
.postWrapper p.readMore a:hover {
    color:#000000;
    font-weight:bold;
}

.postError {
	font-size: 16px;
}

.tags{
	font-weight:bold;
	padding-bottom: 10px;
}
.tags UL{
	display:inline;
}
.tags UL LI{
font-weight:normal;
	display:inline;
	padding-right:6px;
}


.tags h4 {
font-size:12px;
font-weight:bold;
}

.menu-tags, .menu-categories, .menu-recent{
	margin:10px 0 0 0;
    width:195px;
}

.blog .menu-tags UL LI{
	display:inline;
    float:left;
	padding:2px;
}

.tagcloud{
	/* text-align:center; */ 
}
.tag-count-1{
	font-size:1em;
}
.tag-count-2{
	font-size:1.2em;
}
.tag-count-3{
	font-size:1.4em;
}
.tag-count-4{
	font-size:1.6em;
}
.tag-count-5{
	font-size:1.8em;
}
.tag-count-6{
	font-size:2em;
}
.tag-count-7{
	font-size:2em;
}
.tag-count-8{
	font-size:2em;
}
.tag-count-9{
	font-size:2em;
}
.tag-count-10{
	font-size:2em;
}

.side-col .blog {
    border:none;
}

.side-col .blog .head {
    background:none;
    border:none;
}

.side-col .blog h2 {
    color:000000;
}

.postWrapper .postComments a {
	color:#999999;
    font-size:0.833em;
    text-transform:uppercase;
}

.blog-post-view .button-set {
    border-color:#996699;
}

.blog-post-view .button-set .form-button {
    background-color:#996699;
}


/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#df280a;
    color:#df280a;
    background-color:#fff;
    background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#7A911D;
    color:#7A911D;
    background-color:#fff;
    background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#F58401;
    color:#F58401;
    background-color:#fff;
    background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/note_msg_icon.gif);
    }

.cms-subscribe-thanks .messages {
    display:none !important;
}

/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }

.head-colored h2,
.head-colored h3 {
    color:#F89624;
}

.catalog-listing .head-colored h3 {
    font-family:"Myriad Pro",Arial,sans-serif;
    font-size:33px;
    font-weight:normal;
    text-transform:uppercase;
}

/* Page heading */
.page-head {
	margin:0 0 10px 0;
}

.cms-review-success .page-head {
    margin:0 0 15px 0;
}

.cms-index-defaultnoroute .page-head {
    margin:0 0 20px;
}

#opc-billing li a,
#opc-shipping li a,
#opc-billing li a:hover,
#opc-shipping li a:hover,
.cms-review-success .col-main p a,
.cms-review-success .col-main p a:hover,
.cms-index-defaultnoroute .col-main a,
.cms-index-defaultnoroute .col-main a:hover {
    color:#2eaaf9 !important;
}

.page-head-alt { margin:0 0 12px 0; }
/*
.page-head,
.page-head-alt {
	text-align:right;
}
*/
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.category-head {
    margin-bottom:7px;
    }
.category-head h2 {
    max-width:100%;
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    }
    

#category_description {
	color:#fff;
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/description_background.jpg);
	background-repeat:repeat-x;
	margin:0 0 7px;
	padding-left:2%;
	padding-top:10px;
    padding-bottom:10px;
	padding-right:2%;
	position:relative;
	width:96%;
}


#category_description h1 {
	color:#fff;
    font-family:"Myriad Pro",Arial,sans-serif;
    font-size:1.667em;
	font-weight:normal;
    margin:0 -20px 10px 0;
    position:relative;
}

#category_description p {
    line-height:1.4em;
}

#category_description .bottom {
	background-position:0 0;
	background-repeat:no-repeat;
	bottom:-32px;
	height:32px;
	left:410px;
	position:absolute;
	width:22px;
}

.description-Footwear .bottom,
.description-search .bottom {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/product-speech-shoes-bottom.gif);
}

.description-Clothing .bottom {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/product-speech-clothing-bottom.gif);
}

.description-Socks .bottom {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/product-speech-socks-bottom.gif);
}

.description-Accessories .bottom {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/product-speech-accessories-bottom.gif);
}

.description-Sale .bottom {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/product-speech-sale-bottom.gif);
}

.description-Footwear,
.description-search {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/description_background.jpg);;
}

#category_description.description-Clothing, #category_description.description-clothing_prods {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/description_clothing.jpg);
}

#category_description.description-Socks, #category_description.description-socks_prods {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/description_socks.jpg);
}

#category_description.description-Accessories, #category_description.description-accessories_prods {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/description_accessories.jpg);
}

#category_description.description-Sale, #category_description.description-sale_prods {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/description_sale.jpg);
} 

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */

.data-table {
	width:100%;
}

.data-table td  {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/dotted_divider.gif') 0 100% repeat-x #ffffff;
}

.data-table tr.last td {
	background-image:none;
}

.data-table .even {
	background:#ffffff !important;
}

.data-table th {
	gborder-right:1px solid #cccccc;
	padding:2px 8px;
	color:#333333;
	white-space:nowrap;
}

.data-table th.wrap {
	white-space:normal;
}

.data-table td {
	padding:3px 8px;
}

.data-table thead tr th {
	background:#EF8523;
	color:#ffffff;
}

.data-table tfoot tr.last td {
	border-bottom:1px solid #EF8523;
	border-top:1px solid #EF8523;
}


/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
	gborder-bottom:1px solid #d9dde3;
}

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td {
	padding-top:15px;
	padding-bottom:15px;
}

.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { /*padding:12px 12px 12px 15px;*/ } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.pipe { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px;font-size: 1.1em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-left; padding-right:44px; font-weight: bold; }
table.view-by select { width:auto; }
table.pager, table.view-by {
    width:100%;
    font-size: 0.917em;
    background:#f3f0f0;
    text-transform:uppercase;
}

table.view-by {
    margin-bottom:1px;
}

table.pager td {
    width:32%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
}

table.pager td.pages {
    text-align:right;
}

table.pager span,
table.pager td.pages li,
table.pager td.pages li span,
table.pager td.pages span.colored {
	font-weight:bold;
}

table.pager td.pages span {
    font-weight:normal;
}

table.footwearPager td.pages span.colored,
table.footwearPager td.pages span.colored a,
table.footwearPager td.pages span.colored a:hover,
table.footwearPager td.pages li span {
	color:#66CCCC;
}

table.clothingPager td.pages span.colored,
table.clothingPager td.pages span.colored a,
table.clothingPager td.pages span.colored a:hover,
table.clothingPager td.pages li span {
	color:#914452;
}

table.socksPager td.pages span.colored,
table.socksPager td.pages span.colored a,
table.socksPager td.pages span.colored a:hover,
table.socksPager td.pages li span {
	color:#A2AD00;
}

table.accessoriesPager td.pages span.colored,
table.accessoriesPager td.pages span.colored a,
table.accessoriesPager td.pages span.colored a:hover,
table.accessoriesPager td.pages li span {
	color:#45C2DC;
}

table.salePager td.pages span.colored,
table.salePager td.pages span.colored a,
table.salePager td.pages span.colored a:hover,
table.salePager td.pages li span {
	color:#D6492A;
}

table.pager td.pages { padding:4px 8px; white-space:nowrap; text-align:right; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }

table.pager li a {
	color:#000000;
}

table.view-by td {
    width:33%;
    padding:10px 8px;
    vertical-align:middle;
    }



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper { width:954px;}
.header { text-align:left; }
.header-top { width:930px; margin:0 auto; position:relative; z-index:100; }
.middle { min-height:400px; margin: 10px; text-align:left; padding: 10px 0;}

.side-col { width:135px; }

.cms-why .side-col,
.cms-why .col-2-listing-left-layout .side-col,
.cms-sizeguide .side-col,
.cms-sizeguide .col-2-listing-left-layout .side-col,
.cms-subscribe .side-col,
.cms-subscribe .col-2-listing-left-layout .side-col,
.contacts-index-index .side-col,
.contacts-index-index .col-2-listing-left-layout .side-col,
.cms-faqs .side-col,
.cms-faqs .col-2-listing-left-layout .side-col,
.cms-help .side-col,
.cms-help .col-2-listing-left-layout .side-col,
.cms-terms .side-col,
.cms-terms .col-2-listing-left-layout .side-col,
.cms-privacy .side-col,
.cms-privacy .col-2-listing-left-layout .side-col,
.cms-delivery .side-col,
.cms-delivery .col-2-listing-left-layout .side-col,
.cms-about-us .side-col,
.cms-about-us .col-2-listing-left-layout .side-col,
.cms-affiliates .side-col,
.cms-affiliates .col-2-listing-left-layout .side-col,
.cms-outlet .side-col,
.cms-outlet .col-2-listing-left-layout .side-col,
.customer-account-index .side-col,
.customer-account-edit .side-col,
.customer-address-index .side-col,
.sales-order-history .side-col,
.review-customer-index .side-col,
.tag-customer-index .side-col,
.newsletter-manage-index .side-col,
.downloadable-customer-products .side-col,
.sales-order-view .side-col,
.cms-index-noroute .side-col,
.customer-address-form .side-col,
.review-product-list .side-col,
.blog-index-index .side-col,
.blog-post-view .side-col {
	width:215px;
}

.catalogsearch-result-index .col-right {
	width:195px;
}

.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }

.col-2-right-layout .col-main {
	float:left;
	width:685px;
}

.checkout-onepage-success .col-2-right-layout .col-main {
	width:919px;
}

.checkout-onepage-success .col-2-right-layout .side-col {
	width:1px;
}

.col-2-left-layout .col-main {
	float:right;
	margin-left:10px;
	width:775px;
}

.col-2-listing-left-layout .side-col {
    width:167px;
}

.col-2-listing-left-layout .wide-side-col-quick-links {
    margin:50px 0 0;
    padding:10px 0 10px 10px;
}

.catalogsearch-result-index .col-2-listing-left-layout .wide-side-col-quick-links {
    margin:0;
}

.cms-why .col-2-listing-left-layout .wide-side-col-quick-links,
.cms-faqs .col-2-listing-left-layout .wide-side-col-quick-links,
.cms-help .col-2-listing-left-layout .wide-side-col-quick-links,
.cms-terms .col-2-listing-left-layout .wide-side-col-quick-links,
.cms-sizeguide .col-2-listing-left-layout .wide-side-col-quick-links,
.cms-outlet .col-2-listing-left-layout .wide-side-col-quick-links,
.cms-privacy .col-2-listing-left-layout .wide-side-col-quick-links,
.cms-delivery .col-2-listing-left-layout .wide-side-col-quick-links,
.cms-about-us .col-2-listing-left-layout .wide-side-col-quick-links,
.cms-subscribe .col-2-listing-left-layout .wide-side-col-quick-links,
.cms-affiliates .col-2-listing-left-layout .wide-side-col-quick-links,
.contacts-index-index .col-2-listing-left-layout .wide-side-col-quick-links {
    margin:0;
}

.col-2-listing-left-layout .col-main {
	float:right;
	margin-left:10px;
	width:743px;
}

.socks-grid li.item,
.col-2-listing-left-layout .listing-type-grid li.item {
    height:auto !important;
    height:320px;
    min-height:320px;
    margin:6px 6px 0 0;
    padding:3px;
    width:175px;
}

.col-2-listing-left-layout .clothing-grid li.item,
.col-2-listing-left-layout .tall-fit-clothing-grid li.item {
    height:420px;
    min-height:420px;
    padding:3px 0;
    width:181px;
}

.col-2-listing-left-layout .listing-type-grid li.last {
    margin-right:0;
}

.col-2-listing-left-layout .listing-type-grid li.item .product-text {
    padding:20px 10px 0;
}

.cms-why .col-main,
.cms-why .col-2-listing-left-layout .col-main,
.cms-faqs .col-main,
.cms-faqs .col-2-listing-left-layout .col-main,
.cms-help .col-main,
.cms-help .col-2-listing-left-layout .col-main,
.cms-terms .col-main,
.cms-terms .col-2-listing-left-layout .col-main,
.cms-sizeguide .col-main,
.cms-sizeguide .col-2-listing-left-layout .col-main,
.cms-privacy .col-main,
.cms-privacy .col-2-listing-left-layout .col-main,
.cms-delivery .col-main,
.cms-delivery .col-2-listing-left-layout .col-main,
.cms-about-us .col-main,
.cms-about-us .col-2-listing-left-layout .col-main,
.cms-affiliates .col-main,
.cms-affiliates .col-2-listing-left-layout .col-main,
.cms-outlet .col-2-left-layout .col-main,
.cms-outlet .col-2-listing-left-layout .col-main,
.cms-subscribe .col-2-left-layout .col-main,
.cms-subscribe .col-2-listing-left-layout .col-main,
.contacts-index-index .col-2-left-layout .col-main,
.contacts-index-index .col-2-listing-left-layout .col-main,
.customer-account-index .col-2-left-layout .col-main,
.customer-account-edit .col-2-left-layout .col-main,
.customer-address-index .col-2-left-layout .col-main,
.sales-order-history .col-2-left-layout .col-main,
.review-customer-index .col-2-left-layout .col-main,
.tag-customer-index .col-2-left-layout .col-main,
.newsletter-manage-index .col-2-left-layout .col-main,
.downloadable-customer-products .col-2-left-layout .col-main,
.sales-order-view .col-2-left-layout .col-main,
.cms-index-noroute .col-2-left-layout .col-main,
.customer-address-form .col-2-left-layout .col-main,
.review-product-list .col-2-left-layout .col-main,
.blog-index-index .col-2-left-layout .col-main,
.blog-post-view .col-2-left-layout .col-main {
	width:695px;
}
.cms-sizeguide .col-main{
	width:920px;
}
.col-3-layout .col-main {
	gwidth:475px;
	gmargin-left:17px;
	width:576px;
}

.catalog-product-view .col-right {
	width: 200px;	
}

/* Style */
.wrapper {
	background-color: white;
	margin: 0 auto;
}

/********************** Header */

/* Logo */
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }
.shop-access { float: right; margin-right: 20px;}
.shop-access a, .shop-access a:hover { color:#000; font-size:.8em; text-decoration: none; text-transform: uppercase;}
.shop-access a:hover  { text-decoration: underline; }
.shop-access li.last { padding-right:0; background:none; }
.shop-access li.last:after { padding-right:0;}

.language-switcher { float:right; }
.language-switcher label { color:#A7C6DD; padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:13px; font-size:.916em; line-height:1.25em; }
.breadcrumbs li {
    display:inline;
    font-size:1.182em;
}

.breadcrumbs li,
.breadcrumbs li a,
.breadcrumbs li a:hover {
    color:#2eaaf9;
    font-weight:bold;
	text-transform:capitalize;
}

/* Mini search */

.mini-search { width:225px; height:30px; }
.mini-search .input-text { width:181px; margin-right:4px; height: 18px; padding: 3px; line-height: 1;}
.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.selected { background-color:#f7e8dd; }

#top_cart {
	width: 210px;
	background-color: #f89624;
	height: 35px;
	float: left;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 5px 5px;
	position: relative;
}

#top_cart h4 {
	font-weight: bold;
	color: #000;
	display: block;
	margin: 0;
}

#top_cart a {
	text-decoration: none;
	color: #000;
}

#top_cart a:hover {
	text-decoration: underline;
}

#top_cart #checkout_link {
	position: absolute;
	bottom: 5px;
	right: 5px;	
}

/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; }
.side-col .content {
	padding:5px 10px;
}
.side-col .head {
	background-color:#CCCCCC;
	margin-bottom:0px;
	padding:5px 8px 5px 8px;
	text-align:center;
}
.side-col .head h2 {
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:normal;
	text-transform:uppercase;
}
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 {
	color:#e65505;
	color:#FFFFFF;
	text-transform:uppercase;
}
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    background-color: #fff;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    }
.currency-switcher a {
	color: #000;
	text-decoration: none;
}
.currency-switcher a.selected {
	text-decoration: underline;
}	
.currency-switcher h4 {
    }
.currency-switcher select { width:98%; }


/* Base Mini */
.base-mini {
	border:1px solid #CCCCCC;
	line-height:1.3em;
}

.base-mini .head {
	border-bottom:1px solid #ddd;
	gbackground:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/base_mini_head_bg.gif) repeat-x #fff;
	background-color:#CCCCCC;
	padding:5px 8px;
}

.base-mini .head h4 {
	min-height:16px;
	color:#FFFFFF;
	padding:1px 0 1px 21px;
	padding:1px 0 1px 0px;
	text-transform:uppercase;
}

.base-mini .head a {
	gcolor:#FFFFFF;
	float:right;
}

.base-mini .head h4 .count {
	text-transform:none;
	color:#2f2f2f;
	white-space:nowrap;
	font-weight:normal;
	font-size:.95em;
}
.base-mini h5 {
	clear:both;
	color:#ffffff;
}

.base-mini ol li {
	display:block;
	padding:7px 4px 7px 8px;
}

.base-mini ol li.odd { background:#f4f3f3; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions {
	padding:6px;
}
.base-mini .product-images { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.mini-product-tags .head h4 {
	gbackground-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_tag_green.gif);
}
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover {
	color:#666666;
}

.mini-newsletter h4 {
	gbackground-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_newspaper.gif);
}
.mini-newsletter input.input-text { display:block; margin:3px 0; width:167px; }
/*
.mini-cart .head h4 {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_basket.gif);
}
*/
.mini-cart .subtotal {
	margin-top:5px;
	padding:2px 0;
	text-align:center;
}
.mini-cart h5 {
	margin:0;
	background:#cccccc;
	color:#ffffff;
	text-transform:uppercase;
	padding:6px 8px 2px 8px;
}

.mini-cart .actions {
	border-bottom:1px solid #c2c2c2;
	padding-top:3px;
	padding-bottom:1px;
}

.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }
/*
.mini-compare-products .head h4 { background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_table.gif); }
*/
.mini-poll .head h4 { background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 {
	gbackground-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_tag_green.gif); }


/********************** Footer */
.footer-container {  text-align: left; font-size: 0.8em;}
.footer { /*width:930px; margin:0 auto; padding:10px 10px 4em;*/ }
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#000; font-weight:bold; padding-right:3px; }
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/footer_info_separator.gif) no-repeat 100% 50%;
    padding-right:8px;
    padding-left:4px;
    }
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#000; }
.footer .informational a { text-decoration:none; }
.footer .legality {
    color:#000;
    }
.footer .legality a, .footer .legality a:hover { color:#ecf3f6; }

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop { float:right; }
.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; }
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; }

.product-shop .short-description ul {
	display:block;
	list-style-type: disc;
	padding-left: 15px;
}

.product-shop .short-description ul li {
	display:block;
}

/********************** Rating */
.ratings {
    margin:5px 0 0;
    line-height:1em;
}
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }



/************************** Prices */
.price { white-space:nowrap !important; }

.price-box { padding:5px 0 10px 0; }
.price-box .price { font-weight:bold; color:#000; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold;  color:#000; }

/* Old price */
.price-box .old-price { margin:0; }
.old-price .price-label { white-space:nowrap; font-weight:bold; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

.box-wrapper .price-box .old-price,
.box-wrapper .price-box .special-price {
    display:inline;
    margin:0 10px 0 0;
}

ol.grid-row .price-box p {
    display:inline;
}

ol.grid-row .price-box p.old-price {
    padding:0 5px 0 0;
}

ol.grid-row .price-label {
    display:none;
}

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; color:#c76200; }
.grid-row .special-price .price {
    color:#cc0002;
}

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }


/********************** Generic Box */
.generic-box {
	margin-bottom:15px;
	padding:12px 15px;
	border:1px solid #D0CBC1;
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_box_gray_tall.gif') 0 0 repeat-x;
}

.generic-product-list li { margin:12px 0; }


/********************** Catalog Listing */
.catalog-listing { line-height:1.35em; }
.catalog-listing h5 { margin-bottom:.4em; }
.catalog-listing h5 a { text-decoration: none;}
.catalog-listing h5 a:hover {
	color:#333333;
	text-decoration:underline;
}
.catalog-listing .add-to { margin:.7em 0; color:#555; line-height:1.3em; font-size:.95em; font-weight:bold; }
.catalog-listing .add-to a, .catalog-listing .add-to a:hover { text-decoration:underline; }

.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:left; display:inline; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td { border-right:1px solid #d9dde3; border-bottom:1px solid #d9dde3; padding:12px 10px; line-height:1.6em; }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product { border-right:0; background:#f5f6f6; }


/********************** Layered Navigation */
#your-selection {
	color: #333;
	font-size: 0.85em;	
}

.layered-nav .narrowed-category li { font-size: 0.917em; color:#666;  }
.layered-nav .narrowed-category li .label {
    padding-left:20px;
    text-transform:uppercase;
    color: #666;
    }
.layered-nav .widget-btn {
    margin:0 0 0 5px;
    }
.layered-nav .actions {
	text-align: left;
	font-size: 0.85em;
    }
    
.layered-nav .actions {
	color: #2EAAF9;
	margin-bottom: 20px;
}    
    
.narrow-by dl {
    color: #333;
    }
.narrow-by dt {
   	font-size:0.917em;
    margin:0;
    text-transform:uppercase;
    padding-bottom: 5px;
    }
.narrow-by dd {
	margin-bottom: 20px;
    }
.narrow-by dd li {
	display:block;
	line-height:1.3em;
}
.narrow-by dd.last { background:none; }

.narrow-by dd a {
	color:#666666;
    font-size:0.917em;
    text-decoration: none;	
}

.narrow-by dd a:hover {
	color: #2EAAF9;
	text-decoration: underline;	
}

/********************* Tool Tips */
.tool-tip {position:absolute; border:1px solid #7ba7c9; background:#eaf6ff; z-index:2;}
.tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }

.recently { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image { border:1px solid #dcdcdc; }
.recently a.product-name { display:block; width:130px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:11px; color:#1d7ecf; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list { width:100%; }
table.recently-list td { width:20%; }

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }



/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

/* Grid Type *\/
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }*/

/* Grid Type */
.listing-type-grid li.item { float:left; width:138px; padding:12px 9px; line-height:1.6em; overflow:hidden; }
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { margin:0; text-align:center; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }
/* Rewrites for different layouts */
.col-1-layout .listing-type-grid { }
.col-1-layout .listing-type-grid li.item { width:280px; }

.listing-type-grid {
	padding:0px 0px 15px 0px;
}

.box-wrapper {
    display:inline;
    float:left;
    width:446px;
}

.up-sell {
    *margin:0 0 10px 0;
    _margin:0;
    width:446px;
}

.up-sell ol {
    margin:6px 0;
    overflow:hidden;
    width:446px;
}

.up-sell ol.grid-row li.item {
	background:#66cdcc;
    display:inline;
    float:left;
    height:auto !important;
    height:65px;
    min-height:65px;
    margin:0px 0px 10px 0px;
    padding:3px;
    position:relative;
	width:440px;
}

.up-sell li.item p.product-image {
    float:left;
    margin:0 5px 0 0;
}

.up-sell li.item p.product-image a {
    float:left;
    height:65px;
    width:65px;
}

.up-sell li.item h3 {
    float:left;
    font-weight:normal;
    line-height:1.1em;
    width:370px;
}

.up-sell li.item h3 a {
    color:#fff;
}

.up-sell li.item .price-box {
    padding:0;
}

.up-sell li.item .price-excluding-tax {
    display:none;
}

.up-sell li.item label {
    bottom:-2px;
    color:#fff;
    font-size:1.2em;
    font-weight:normal;
    position:relative;
}

.up-sell li.item span.price-label {
    color:#fff;
    float:left;
    font-size:1.35em;
    text-transform:uppercase;
}

.up-sell li.item .price-including-tax span {
    color:#fff;
    text-transform:none;
}

.up-sell li.item .price-box {
    padding:0 0 0 3px;
}

.up-sell li.item .price-box,
.up-sell li.item .price,
.up-sell li.item .price-box .price-including-tax {
    color:#fff;
    float:left;
    font-weight:normal;
}

.up-sell li.item .quantity-box {
    display:inline;
    float:right;
    margin:-3px 0 0;
    _margin:-6px 0 0;
    padding:0 60px 0 0;
    *padding:1px 60px 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .up-sell li.item .quantity-box {
        padding:3px 60px 0 0;
    }
}

.up-sell li.item .add-to-cart-box {
    bottom:7px;
    clear:both;
    float:right;
    position:absolute;
    right:7px;
}

.up-sell li.item .add-to-basket {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_add_to_basket_small.gif') 0 0 no-repeat;
    border:none;
    height:20px;
    width:48px;
}

.up-sell li.item .add-to-basket span {
    visibility:hidden;
}
/*
.listing-type-grid li.item {
	height: auto !important;
    height: 330px;
	margin:7px 7px 0px 0px; 
	min-height: 330px;
}
*/
.listing-type-grid li.last {
	margin-right:0px;
}

.listing-type-grid li.item {
	position: relative;
	width:170px;
}

li.item a.product-arrow {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

li.item img.is_new {
	position: absolute;
	top: 10px;
	right: 10px;	
}

ol.related-list li,
ol.walktall-categories-grid li.item,
ol.footwear-grid li.item,
ol.big-size-footwear-grid li.item { background-image: url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/product-bg-Footwear.gif'); }
ol.clothing-grid li.item,
ol.tall-fit-clothing-grid li.item { background-image: url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/product-bg-clothing.gif'); }
ol.socks-grid li.item       { background-image: url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/product-bg-socks.gif'); }
ol.accessories-grid li.item { background-image: url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/product-bg-accessories.gif'); }
ol.sale-grid li.item        { background-image: url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/product-bg-sale.gif'); }

ol.related-list li,
ol.grid-row li.item {
	background-position: bottom;
	background-repeat: repeat-x;
}

li.item .product-text {
	font-size:0.917em;
    padding:20px 10px 0;
}

.up-sell ol.grid-row li.item {
	background-position: 0px 20px;
}

li.item p.special-price {
    margin:0;
}

/********************** Product Detail */
/* Product Images */

.product-img-box {
    float:left;
    margin:0 0 20px 0;
    width:100%;
}

.product-img-box #track_hint {
    display:none;
}

.product-img-box #track_outer {
    display:none;
    width:210px;
}

.product-img-box .product-image-zoom {
    position:relative;
    overflow:hidden;
    width:100%;
    height:446px;
    z-index:9;
}
.product-img-box .product-image-zoom img {
    position:absolute;
    left:0;
    top:0;
}

.product-img-box #sole-view {
    background:#fff;
    float:left;
    height:446px;
    position:relative;
    width:100%;
    z-index:10;
}

.imageViewButtons {
    text-align:center;
    width:100%;
}

#view-video {
    text-align:center;
}

.imageViewThumbnails {
    float:left;
    padding:15px 0 0;
    width:100%;
}

.imageViewThumbnails li {
    border:1px solid #ccc;
    float:left;
    margin:0 10px 0 0;
}

.imageViewThumbnails a {
    float:left;
}

.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-info-box { margin-top:0; }
.product-info-box .product-name {
	margin:10px 0;
	color:#000000;
	font-size:1.333em;
}
.product-info-box .price-box .label,
.product-info-box .price-box .price-label,
.product-info-box .price-box .price,
.product-info-box .label,
.product-info-box .product-options .label,
.product-info-box .product-options-bottom label {
	font-size:1.333em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
}

.product-info-box .label,
.product-info-box .product-options .label,
.product-info-box .product-options-bottom label {
	text-transform:none;
}



.product-info-box .price-box {
    display:inline;
}

.product-info-box .price-box .price {
    color:#CD2D2D;
}

.product-info-box .price-box .old-price .price {
    color:#000;
}



.product-info-box .product-options .label {
    float:left;
    padding:2px 0 0 0;
}
.product-info-box .price-box .price-excluding-tax { margin:0 0 10px 0; }
.product-info-box .special-price .price { color:#cc2e2f; }
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability {
	/*margin:10px 0;
	padding:0;
	font-size:0.92em;*/
	font-size:1.333em;
	font-weight:bold;
}

.product-info-box .availability span.buttonLeft {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-in-stock-wide-left.gif') no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	font-size:0.7em;
	line-height:1em;
	overflow:visible;
	padding:10px 0px 10px 5px;
}

.product-info-box .availability span.buttonRight {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-in-stock-wide-right.gif') 100% 0 no-repeat;
	cursor:pointer;
	font-size:0.7em;
	line-height:1em;
	overflow:visible;
	padding:10px 0px 10px 0px;
}

.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }
.add-to-cart-box .form-button { float:left; }

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }

.add-to-holder { margin:10px 0; }
.add-to-holder .add-to-cart-box { float:left; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

.product-info-box .ratings { margin-bottom:1em; }
.product-essential, .product-collateral { padding:25px; }
.product-essential { padding:25px; }
.product-essential .product-shop { width:330px; }
.product-essential .product-shop .ratings { margin-bottom:10px; }

.product-pricing { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.product-pricing li { line-height:1.4; background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_tierico1.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#2f2f2f; }

.product-options {
	margin:20px 0 0;
	padding:10px 15px 20px;
	background-color:#f6f6f6;
	border:1px solid #e4e4e4;
}
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { color:#2f2f2f; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom {
	background-color:#f6f6f6;
	border:1px solid #e4e4e4;
	padding:15px 20px;
	border-top:0;
}

.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box { float:none; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #1e7ec8 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
.product-collateral {
	background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_box_gray_tall.gif) 0 0 repeat-x;
}

.product-collateral .head {
	margin-bottom:1em;
	font-size:1.15em;
}

.product-collateral .collateral-box { margin-bottom:2em;  }

.product-collateral .collateral-box h2{
	color:#FFFFFF;
	font-family:"Myriad pro",Arial,sans-serif;
	text-transform:uppercase;
}

.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:15px; padding-bottom:10px; border-bottom:1px solid #ccc; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

/* Product Detail sidebar */
.mini-related-items {
    border:none;
    float:left;
    margin:0 -12px 20px 0;
    position:relative;
    width:458px;
}

.mini-related-items head {
    padding:0 20px 0 20px;
}

.mini-related-items h2 {
  /*  background:#cccccc;
    color:#fff;
    line-height:1.17em;
    margin:0 0 10px;
    padding:8px 20px 8px 20px;
    *padding:10px 20px 10px 20px;*/
	background:none repeat scroll 0 0 #CCCCCC;
color:#FFFFFF;
font-weight:normal;
line-height:1.17em;
margin:0 0 6px;
padding:8px 20px;
text-transform:uppercase;
}

.mini-related-items ol {
    float:left;
    margin-right:-6px;
    position:relative;
    width:464px;
}

.mini-related-items ol li a.product-arrow {
	position:absolute;
	bottom:3px;
	right:5px;
}


.mini-related-items ol li {
    float:left;
    height:auto !important;
    height:230px;
    min-height:230px;
    margin:0 6px 0 0;
    padding:0 10px 10px;
    position: relative;
    width:128px;
}

.mini-related-items ol li p {
    font-weight:bold;
    margin:0;
}

.mini-related-items li p a,
.mini-related-items li p a:hover {
    color:#333;
}

.mini-related-items li .price-box {
    margin:0;
    padding:10px 0 0 0;
}

.mini-related-items li .price-box .price-excluding-tax {
    display:none;
}

.mini-related-items li .price-box .price-including-tax .price {
    color:#000;
    float:left;
    text-align:center;
    width:140px;
}

.mini-related-items li .price-box span {
    font-size:1em !important;
}

.mini-related-items li .price-box p span.price-label {
    display:none;
}

.mini-related-items li .price-box p {
    clear:none;
    display:inline;
    padding:0 5px 0 0;
}

.mini-related-items li .price-box .price-including-tax .label {
    display:none;
}

.mini-related-items .product-images input { float:left; }

/* CMS pages */

.cms-page-view .col-main p img {
    margin:0 0px;
}

.cms-faqs .col-main p img {
    margin:0 0 -5px; 
    position:relative;
}

.cms-page-view .col-main p a {
    text-decoration:underline;
}

.cms-page-view .col-main p a:hover {
    color:#333;
    text-decoration:none;
}

.contacts-index-index .col-main p a,
.contacts-index-index .col-main p a:hover {
    color:#2eaaf9;
}

.cms-subscribe .col-main p img {
    margin:0;
}

.cms-subscribe .col-main h3 {
    font-size:1.8em;
    font-weight:normal;
}

h2.themeColor,
.cms-why .col-main h2,
.cms-faqs .col-main h2,
.cms-help .col-main h2,
.cms-terms .col-main h2,
.cms-sizeguide .col-main h2,
.cms-outlet .col-main h2,
.cms-privacy .col-main h2,
.cms-delivery .col-main h2,
.cms-about-us .col-main h2,
.cms-subscribe .col-main h2,
.cms-affiliates .col-main h2,
.contacts-index-index .col-main h2 {
    background:#EF8523;
    clear:both;
    color:#fff;
    font-size:0.917em;
    margin:0 0 15px;
    padding:4px 1% 5px;
    position:relative;
    text-transform:uppercase;
}

.cms-sizeguide .col-main h2 {
    margin:0;
}

h2.themeColor a,
.cms-why .col-main h2 a,
.cms-faqs .col-main h2 a,
.cms-help .col-main h2 a,
.cms-terms .col-main h2 a,
.cms-sizeguide .col-main h2 a,
.cms-outlet .col-main h2 a,
.cms-privacy .col-main h2 a,
.cms-delivery .col-main h2 a,
.cms-about-us .col-main h2 a,
.cms-subscribe .col-main h2 a,
.cms-affiliates .col-main h2 a,
.contacts-index-index .col-main h2 a {
    clear:both;
    float:right;
    height:7px;
    position:absolute;
    right:1%;
    top:7px;
    width:15px;
}

h2.themeColor a img,
.cms-why .col-main h2 a img,
.cms-faqs .col-main h2 a img,
.cms-help .col-main h2 a img,
.cms-terms .col-main h2 a img,
.cms-sizeguide .col-main h2 a img,
.cms-outlet .col-main h2 a img,
.cms-privacy .col-main h2 a img,
.cms-delivery .col-main h2 a img,
.cms-about-us .col-main h2 a img,
.cms-subscribe .col-main h2 a img,
.cms-affiliates .col-main h2 a img,
.contacts-index-index .col-main h2 a img {
    float:right;
}

.cms-page-view .col-main ul {
    margin: 0 0 15px;
}

ul.bulletedList li,
.cms-why .col-main ul li,
.cms-faqs .col-main ul li,
.cms-help .col-main ul li,
.cms-terms .col-main ul li,
.cms-sizeguide .col-main ul li,
.cms-outlet .col-main ul li,
.cms-privacy .col-main ul li,
.cms-delivery .col-main ul li,
.cms-about-us .col-main ul li,
.cms-subscribe .col-main ul li,
.cms-affiliates .col-main ul li,
.contacts-index-index .col-main ul li {
    list-style-type:disc;
    list-style-position:outside;
    margin:0 0 0 15px;
}

.cms-why .col-main .group-select ul li,
.cms-faqs .col-main .group-select ul li,
.cms-help .col-main .group-select ul li,
.cms-terms .col-main .group-select ul li,
.cms-outlet .col-main .group-select ul li,
.cms-privacy .col-main .group-select ul li,
.cms-delivery .col-main .group-select ul li,
.cms-about-us .col-main .group-select ul li,
.cms-subscribe .col-main .group-select ul li,
.cms-affiliates .col-main .group-select ul li,
.contacts-index-index .col-main .group-select ul li {
    margin:0;
}

.card-services li {
    float:left;
    margin:0 0 22px;
    width:500px;
}

.card-services img {
    float:right;
    margin:-15px 0 0;
    position:relative;
}






.cms-sizeguide .col-main table {
    margin:0 0 20px;
    width:100%;
}

.cms-sizeguide .col-main table th {
    background:#e9e9e9;
    padding:8px;
}

.cms-sizeguide .col-main table td {
    padding:0 5px;
}

.cms-sizeguide .col-main table tr.evenRow td {
    background:#e9e9e9;
}

.cms-sizeguide .col-main table.clothingSizes th {
    padding:3px 0;
}

.cms-sizeguide .col-main table.clothingSizes th,
.cms-sizeguide .col-main table.clothingSizes td {
    text-align:center;
    vertical-align:middle;
}


/********************** Checkout */
select.address-select { width:630px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

.shopping-cart .discount-codes {
    float:left;
    margin:0 0 0 15px;
    text-align:left;
    width:510px;
}

.shopping-cart .discount-codes .left {
    gpadding:0 !important;
	width:142px;
}

.shopping-cart .discount-codes .input-text {
    font-size:12px;
    height:16px;
    margin:0 3px 0 0;
    gpadding:3px 2px;
    width:132px;
}

.shopping-cart .discount-codes label {
    float:left;
    font-size:11px;
    line-height:14px;
    margin:0 5px 0 0;
    width:220px;
}

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; }

.shopping-cart .item-options dd {
    padding:0;
}

.shopping-cart tr.delivery-method td {
    padding-bottom:0;
}

.shopping-cart tr.delivery-method td.last {
    padding-top:3.5em;
}

.shopping-cart-totals {
    /*background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_box_gray_tall.gif') 0 0 repeat-x;*/
	width:385px;
    float:right;
    margin-top:25px;
    text-align:right;
    }
.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:5px 15px 5px 0; font-size:14px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    /*border:none!important;*/
    }
.shopping-cart-totals .checkout-types {
	display:block;
	padding:0 0 15px;
}

.shopping-cart-totals .checkout-types li {
	display:block;
	clear:both;
	margin:32px 0 10px;
}

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { padding-right:0px; margin-top:8px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


.shopping-cart-collaterals {
    /*background:transparent url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_box_gray_short.gif') 0 0 repeat-x;*/
    float:left;
    height:auto !important;
    height:40px;
    min-height:40px;
    margin:25px 0;
	width:240px;
/*    width:610px;
*/}

.shopping-cart-collaterals .delivery-options {
/*    background:transparent url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_info.gif') 5px 50% no-repeat;
*/    float:left;
    padding:5px 5px 5px 5px;
    width:210px;
}

.shopping-cart-collaterals .delivery-options table {
    font-size:11px;
}

.shopping-cart-collaterals .delivery-options th {
    width:100%;
}
.cancelCoupon{ float:right;}
.shopping-cart-collaterals .delivery-options th .smallfonts{
 font-weight:normal !important;
}
.shopping-cart-collaterals .box {
    background:#f6f6f6;
	border:1px solid #f6f6f6;
	margin-bottom:18px;
    padding:12px 15px;
}

.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4,
.shopping-cart-collaterals .shipping-estimate h4 {
	min-height:16px;
    color:#333333;
    background-repeat:no-repeat;
    background-position:0 0;
    text-transform:uppercase;
}

/*
.shopping-cart-collaterals .discount-codes h4 { background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_asterick.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_lorry.gif);  padding-left:23px; }
*/
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */
.checkoutHead {
    background:url("http://www.walktall.co.uk/skin/frontend/walktall/default/images/padlock.png") no-repeat scroll 733px 0 #F89624;
margin:0 0 20px;
padding:10px 41px 0 20px;
position:relative;
}

.checkoutHead h1 {
	color:#000000;
	font-size:1.7em;
	font-weight:normal;
	margin:0 0 10px 0;
}

.checkoutHead p {
    margin:0 !important;
    padding:0 0 10px !important;
}

.checkoutHead p.helpPhone {
	width:535px;
}

.checkoutHead p.required {
    color:#000;
	left:555px;
	position:absolute;
	width:172px;
}

.checkoutHead p.required span {
    color:#f00;
    font-weight:bold;
}

.one-page-checkout li.section {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_box_gray_tall.gif') 0 0 repeat-x;
	position:relative;
}
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box {
	padding:15px 20px;
}
.one-page-checkout .head {
	border-top:1px solid #333333;
	margin-bottom:0;
	padding:10px 10px 6px 10px;
	position:relative;
}
.one-page-checkout .tool-tip { right:8px; }

.one-page-checkout li.allow .head a {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_pencil.gif') 0 0 no-repeat;
    display:inline;
    float:right;
    padding:1px 0 1px 20px;
}

.one-page-checkout li.allow .head a:hover {
    color:#333;
}

.one-page-checkout .head a,
.one-page-checkout li.active .head a {
    display:none;
}
/*
.one-page-checkout li.allow .head {
    background:#ddd;
}

.one-page-checkout li.active .head {
    background:none;
}
*/
.one-page-checkout h3 {
	color:#666666;
	font-family:'fonomediumregular';
	font-weight:normal;
	text-transform:uppercase;
	font-size:16px;
}

.one-page-checkout h4 {
	border-bottom:1px solid #333333;
	padding-bottom:2px;
	text-transform:uppercase;
}

.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count {
	padding:0 4px;
	line-height:1em;
}
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head {
	background:#F89624;
    cursor:pointer;
}

.one-page-checkout .active .head {
    background:none;
}

.one-page-checkout .active .head {
	border-bottom:1px solid #333333;
    color:#ffffff;
	margin-bottom:0;
	padding-bottom:5px;
	cursor:default;
}
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }

#checkout-step-login {
    background:#fff;
    padding:0;
}

#checkout-step-login .col-1,
#checkout-step-login .col-2 {
    background:url("http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_box_gray_tall.gif") repeat-x 0 0;
}

#checkout-step-login .content {
    height:auto !important;
    min-height:265px;
    padding:15px 10px;
}

#checkout-step-login .content .form-list li {
    margin:0;
}

#checkout-step-login .content p {
    margin: 0 0 10px;
}

#checkout-step-login .content p.required {
    margin:40px 0 0;
}

#checkout-step-login .content .form-list p {
    margin:10px 0;
    text-transform:uppercase;
}

#checkout-step-login .content h2 {
    color:#fff;
    font-weight:normal;
    margin:0 0 10px;
}

#checkout-step-login .content h3 {
    border-bottom:1px solid #333;
    font-weight:normal;
    margin:0 0 10px;
}

#checkout-step-login .required {
    margin:20px 0 0;
}

#checkout-step-login .button-set {
    margin:0 0 20px;
    padding:0 10px;
}

.one-page-checkout .active .box {
	display:block;
}

.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li {
	border:1px solid #cccccc;
	margin-bottom:6px;
}

.one-page-checkout-progress h4 {
	margin:0;
	color:#333333;
	padding:2px 8px;
	background:#cccccc;
	text-transform:none;
}
.one-page-checkout-progress h4.complete {
	border-bottom:1px solid #A3AEB3;
	background:#cccccc;
	color:#ffffff;
}
.one-page-checkout-progress h4 a {
	font-weight:normal;
	text-transform:none;
}
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content {
	background:#ffffff;
}

#opc-review .place-order {
	padding:20px 0px 20px 0px;
}

#opc-review .place-order p {
	clear:none;
	display:inine;
	float:right;
}

#opc-review .place-order p.left {
	float:left;
}

#opc-review .place-order p.left a {
	font-weight:bold;
}

#opc-review .data-table { border-top:0; }

#opc-review .data-table .item-options dd {
    padding:0;
}

.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }


.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
}

.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
}

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/*
.one-page-checkout .checkout-agreements li div.input-box p {
	left:18px;
	*left:25px;
	line-height:1.2em;
	position:absolute;
	top:0;
	*top:3px;
	width:710px;
}
*/
/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
}

.giftmessages .input-checkbox {
    padding-bottom:15px;
}

.giftmessages textarea {
    height:100px;
}

.giftmessages .input-checkbox input {
    margin-right:5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
}

.one-page-checkout .box-no-padding {
    padding:15px 0px;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow:auto;
    height:260px;
}

.giftmessages .product-image
{
    border:1px solid #d2d1cd;
}

.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */
/*
.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

*/
.customer-dob {
    float:left;
    width:250px;
}

.customer-dob .dobFieldWrapper {
    float:left;
    width:83px;
}

.customer-dob .input-box {
    clear:none !important;
    float:left;
    padding:0 10px 0 0 !important;
    width:50px !important;
}

.customer-dob select {
    width:50px !important;
}

.customer-dob .input-box label {
    margin:0;
    text-align:center;
    width:50px !important;
}

/* My Account navigation */
.account-nav {
	gborder:1px solid #bbb;
	background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_box_orange_tall.gif) repeat-x 0 0;
}

.account-nav .head {
   margin:0;
   background:#EF8523;
   padding:3px 10px;
}
/*
.account-nav .head h3 { color:#fff; font-size:1.1em; }
*/
.account-nav ul {
	display:block;
	padding:4px 10px 10px 10px;
}

.account-nav li a,
.account-nav li.on {
	padding:3px 0;
}

.account-nav li a {
	color:#333;
    display:block;
}

.account-nav li a:hover {
	color:#000000;
}

.account-nav li.on {
	display:block;
	text-decoration:underline;
	font-weight:bold;
}

.account-nav li.on a {
	padding:0;
}

/* Login */

.login-box .col-1, .login-box .col-2 {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_box_gray_tall.gif') 0 0 repeat-x;
}

.login-box .content {
	padding:14px;
}

.login-box h2 {
	color:#FFFFFF;
	font-family:"Myriad Pro",Arial,sans-serif;
	font-weight:normal;
    margin-bottom:12px;
	text-transform:uppercase;
}

.login-box h3 {
	color:#000000;
	font-family:"Myriad Pro",Arial,sans-serif;
    font-size:1.167em;
	font-weight:normal;
    margin-bottom:10px;
	text-transform:uppercase;
}

.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #ddd;
    margin-bottom:1.2em;
    padding-bottom:5px;
    padding-left:23px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#e76200;
    text-transform:uppercase;
}

.login-box .content p {
    font-size:0.917em;
    line-height:1.5em;
    margin-bottom:2px;
}

.login-box .content p a,
.login-box .content p a:hover {
    color:#000;
}

.login-box p strong {
    display:block;
    font-size:1.273em;
    margin-bottom:10px;
    text-transform:uppercase;
}

.login-box .new-users h4 {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_page_white.gif);
}

.login-box .registered-users h4 {
	background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_page_white_text.gif);
}

.login-box .button-set {
	margin:0;
	border:none;
	gbackground:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/login_box_form_buttons_bg.gif) repeat-x;
	padding:8px 13px;
}

.login-box .button-set {
    text-align:left;
}

.login-box .content .button-set {
    margin:0 -14px;
    position:relative;
}

.login-box label {
    color:#000;
    float:left;
    font-size:0.917em;
    font-weight:normal;
    text-transform:none;
}

.login-box .input-text {
    border-color:#000;
    margin:8px 0 4px;
    padding:6px 2px;
}

button.btnSubmit {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_submit.gif');
	border:none;
	height:24px;
	width:56px;
}

.button-set button.btnCreateAccount {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_create_account.gif');
	border:none;
	height:24px;
	width:119px;
}

.button-set button.btnGuestAccount {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_guest_account.gif');
	border:none;
	height:24px;
	width:111px;
}

.button-set button.btnLogin {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_login.gif');
	border:none;
	height:24px;
	width:50px;
}

.button-set button.btnContinue {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_continue.gif');
	border:none;
	height:24px;
	width:69px;
}

.button-set button.btnSubmit {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_continue.gif');
	border:none;
	height:24px;
	width:69px;
}

button.btnAddToBasket {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_add_to_basket.gif');
	border:none;
	height:27px;
	width:116px;
}

.login-box .content {
	min-height:220px;
}


/* Dashboard */
.account-box {
    margin-bottom:20px;
}

.account-box table.data-table {
    clear:both;
}

.account-box .head {
    float:left;
    background:#EF8523;
    margin-bottom:10px;
    padding:4px 1% 5px 1%;
    color:#FFFFFF;
    font-weight:bold;
	width:98%;
}

.account-box .head a {
    color:#fff;
}

.account-box h3 {
	color:#FFFFFF;
	font-size:1.05em;
    text-transform:uppercase;
}

.account-box .inner-head { margin-bottom:8px; background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }

.account-box h5 { font-size:1.167em;   }

.account-box h5 a { font-weight:normal; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }

.dashboard-welcome {
	margin-bottom:1.5em;
}

.ad-account-info .head h4 {
	gbackground-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_ma_info.gif);
}

.ad-tags .head h4 { background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_ma_reviews.gif); }


/* Account Addressbook */
.primary-address-list li {
    margin-bottom:10px;
    gborder:1px solid #ccc;
    gbackground:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }

/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }


/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/gift-message-expand.gif); }
.collapse { background-image:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/gift-message-collapse.gif); }



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }


/********************** Pop up pages */
.page-popup {
	background: #fff;
	padding: 0px 10px;
	text-align: left;
	overflow: auto;
	height: 395px;
}
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }

/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */
.link-cart {
	font-weight:bold !important;
}

.link-remove { color:#646464 !important; }
.link-print { background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

.order-access { padding-bottom:8px; }

.order-info {
	background:#EF8523;
	color:#FFFFFF;
	padding:4px 8px;
}
.order-info span { display:block; float:left; }
.order-info ul { display:inline; }
.order-info li { display:inline; padding-right:7px; padding-left:3px; }
.order-info li.selected { font-weight:bold; background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/point-con.gif) no-repeat fixed center bottom; }


/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std .a-top { text-align:right; }
.col-left .box .content {
	padding-left: 0;
}

div.input-box {
	padding: 7px;
}

div.input-box label,
.register-address-li label{
	gposition: relative;
	float: left;
	width: 150px;
	gmargin-left: -10px; font-family:Arial,Helvetica,sans-serif; font-size:12px; font-weight:bold;
}
li#liveoutsideuk, .customeraccountedit label{font-family:Arial,Helvetica,sans-serif; font-size:12px; font-weight:bold;}
div.input-box span a {
	margin-left: -10px;
}

.customer-registration .group-select {
    margin:0 !important;
    padding:0 !important;
}

.customer-registration .group-select li.buttonRow a {
    float:right;
}

.customer-registration .group-select h4.legend {
    border-bottom:10px solid #fff;
    margin:0;
    position:relative;
    text-transform:uppercase;
}

.customer-registration .group-select h4.legend a,
.customer-registration .group-select h4.legend a:hover {
    color:#fff;
    float:right;
    font-weight:normal;
    position:absolute;
    right:10px;
    top:3px;
}


.customer-address-form .input-box,
.customer-account-edit .input-box{
    clear:both;
    padding:5px;
    position:relative;
    width: 600px !important;
}

.customer-account-edit .customer-dob {
    width:450px !important;
}

.customer-account-edit .input-box .customer-dob .input-box {
	width:50px !important;
}

.customer-account-edit .input-box .customer-dob .input-box select {
	float:left;
}

/* form-hint */
p.form-hint {
    background-image:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_popup_point_left.gif');
    clear:both;
    color:#fff;
    display:none;
    float:left;
    height:66px;
    margin:0 0 -100px !important;
    overflow:auto;
    padding:17px 17px 17px 27px !important;
    position:relative;
    right:-330px;
    top:-60px;
    width:236px;
    z-index:10;
}

div.input-box input, div.input-box select, div.input-box button {
	position: relative;
	/*float: right;*/ /* MIGUEL 16-Sep-2010*/
}
form#login-form div.input-box input {
	width: 175px;
}
div.col-2 div.content ul.form-list li {
	padding: 10px;
}
div.col-2 div.content ul.form-list li div {
	display: block;
	float: left;
}
div.col-2 div.content ul.form-list {
	padding-bottom: 15px;
}
div.col-2 div.content ul.form-list li div.input-description {
	padding-left: 10px;
	width: 310px;
}

div.customer-name .input-box .validation-advice,
div.company-email .input-box .validation-advice,
div.addresses .input-box .validation-advice,
div.card-details .input-box .validation-advice {
    margin-left:110px;
}

div.card-details .input-box .cvv .validation-advice {
    margin-left:0;
}


div.card-details .input-box .selects  .selectItem {
    float:left;
    width:140px;
}

div.card-details .input-box .selects .validation-advice {
    margin-left:0;
    padding-right:10px;
    width:100px;
}

form.customer-registration .validation-advice,
form.customer-registration .input-box .validation-advice {
    margin-left: 190px ;
}

form.customer-registration .customer-dob .validation-advice {
    margin:0;
}

div.customer-name .input-box,
div.company-email .input-box,
div.addresses .input-box,
div.card-details .input-box {
	width: 430px;
}
div.customer-name .input-box label,
div.company-email .input-box label,
div.addresses .input-box label,
div.card-details .input-box label {
	width: 150px;
}

div.card-details div.input-box .input-text,
div.card-details div.input-box select { /*Miguel, 15-Sep-2010*/
	float:left;
}

div.card-details .input-box .selects select {
	width: 125px;
	float: left;
	margin-right: 6px;
}

div.postcode .input-box input {
	width: 132px !important;
}

div.card-details .input-box {/*Miguel, 15-Sep-2010*/
	float:left;
	padding:5px 15px 5px 15px;
}

div.card-details .input-box .cvv {/*Miguel, 15-Sep-2010*/
	float: left;
}

div.card-details .input-box .cvv input,
div.card-details .input-box .issue_num input {
	*position:static; /* Internet Explorer */
	width: 40px;
}
div.card-details .input-box .cvv a {
	float: left;
	margin-left: 5px;
}
div.card-details .input-box .cvv,
div.card-details .input-box .issue_num {
	width: 256px;
}
div.card-details .input-box .text {
	width: 400px;
	float: left;
}

.one-page-checkout div.address-finder .input-text { /* MIGUEL 16-Sep-2010*/
/*	float:right;*/
}

.one-page-checkout div.address-finder .form-button { /* MIGUEL 16-Sep-2010*/
	float:right;
	*margin:0 9px 0 5px;  /* Internet Explorer */
}

@media screen and (-webkit-min-device-pixel-ratio:0){ /* Safari */
	.one-page-checkout div.address-finder .form-button { /* MIGUEL 16-Sep-2010*/
		margin:0 5px 0 5px;
	}
}

.cybersource-payment-auth .page-head { /* MIGUEL 16-Sep-2010*/
	background-color:#F89624;
	margin:0 0 20px 0;
	padding:10px 20px 10px 20px;
	position:relative;
}

.cybersource-payment-auth .page-head h1 { /* MIGUEL 16-Sep-2010*/
	color:#000000;
	font-size:1.7em;
	font-weight:normal;
}

img.sizeGuideImage {
    border:none;
    margin:0 -15px !important;
    position:relative !important;
}
.messages li{ list-style:none !important; margin-left:0px !important;}
#contactForm .button-set{ border:0px !important; margin-top:0px !important;}
.customer-registration .button-set{ border:0px !important; margin:0 0 20px !important; padding:0 !important;}
.customer-registration .button-set .required{ float:right !important; display:none;}
.attribute-prod-listing .grid-row .item .product-text h5{ }
.attribute-prod-listing .grid-row li.item { /*margin-right:5px !important; min-height:320px !important;*/

/*height:auto !important;
margin:6px 6px 0 0;
min-height:320px;
padding:3px;
width:183px !important;
*/}
.attribute-prod-listing .grid-row li.last{ margin-right:0px !important;}
.remove{ float:left; margin:15px 0 0 0;}
.remove p{ margin:0px; padding:0px; float:left}
.remove a{ color:#ef8523; text-transform:uppercase; text-decoration:none; text-align:center; padding:0 10px 10px 10px}
.remove img{ text-align:center}
.data-table tfoot tr.last td {
border-top:1px solid #EF8523; padding:6px 14px;
}
.shopping-cart .discount-codes {
float:right;
margin:0 0 0 15px;
text-align:left;
width:516px;
}
.shopping-cart .discount-codes label {
float:left;
font-size:11px;
line-height:14px;
margin:5px 5px 0 0;
width:238px;
}
.shopping-cart .discount-codes .input-text {
font-size:12px;
height:18px;
margin:0 5px 0 0;
width:132px;
}
.shopping-cart-collaterals .delivery-options {
background:none repeat scroll 0 0 #EAEAEA;
float:left;
padding:10px;
width:212px; 
} 
.checkout-types1 li {
clear:both;
display:block;
margin:20px 0;
}
.checkout-types1{ float:left;}
.remove1{ margin:10px 0 0; padding:0px; float:left}
.remove1 p{ margin:0px !important; padding:0px; float:left}
.remove1 a{ color:#878787; text-decoration:underline; text-align:center; padding:0 10px 10px 10px}
.remove1 a:hover{ color:#ef8523; text-decoration:underline; text-align:center; padding:0 10px 10px 10px}
.shopping-cart-collaterals .delivery-options th {
color:#222222;
font-family:verdana;
font-size:12px;
font-weight:normal;
line-height:15px;
padding-bottom:10px;
padding-top:5px;
width:100%;}
.small11pxfont{ font-size:11px !important;}
.box011{font-size:11px !important; color:#222; font-weight:normal; padding:0 0 10px 0}

.CartShipMethod{ width:200px;}
.top-boder{ border-top:1px solid #EF8523 !important;}

.methodTitle{ font-size:14px; font-weight:bold; text-transform:uppercase;}
.updatetotalb{ padding-top:0px !important; padding-bottom:10px !important; background:none !important;}
#checkout-step-review tfoot td.a-left{ text-align:right;}
#checkout-step-review tfoot td{ background:#fff;}
#checkout-step-review tfoot .CartShipMethod{ display:none;}
#checkout-step-review tfoot td.top-boder{ padding:6px 8px;}
#checkout-step-review tfoot .first td{ border-top:1px dotted;}
#checkout-step-review tfoot td.a-right{ text-align:right !important;}
.discount-codes .left .validation-advice{ display:none !important}
.review-buttons-container{ float:right;}
.phoneerror {position: absolute; width: 389px; top: -30px; margin-left:10px !important;}

.tagline .left-christ{ float: left; width: 400px; height:75px;}
.tagline .left-christ p{ margin-left:10px;}
.tagline .right-christ{float: left;}
.header .tagline img.bigSize{  bottom: 5px;
    float: none;
    position: absolute;
    vertical-align: bottom;
}
.listing-type-grid .item .ratings{ float: right;
    margin: 2px 0;
    padding: 0;}
#form-validate-register li table, #checkoutSteps li table{ width:auto !important; float:left;}
.paypal-express-review h3,.paypal-express-review h2{ font-size:15px !important;}
/*  new features */
body.ajax-index-options{ background:none !important;}
#mask {
  position:absolute;
  z-index:9000;
  background:#000;
  display:none;
  cursor: pointer;
}

#ajax-mask {
  position:fixed;
  z-index:9000;
  background: url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/ajax-loader.gif) 50% 50% no-repeat;
  display:none;
  height: 66px;
  width: 66px;
}
   
#boxes {
  position:absolute;
  z-index:9999;
  top: 0;
  left: 0;
}

#boxes .window {
  position:fixed;
  width: 757px;
  display:none;
  z-index:9999;
}
#boxes .product-options-bottom .price-box{ display:none;} 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:757px;
  text-align:left;
  border:4px solid #525252;
}

#dialog-title-block {
	background-color: #E8E8E8;
    height: 37px;
}
#dialog-title-block-login,#dialog-title-block-forget,#dialog-title-block-subscribe {
	background: #487fba;
	padding: 0 10px;
	position: relative;
}


#dialog-title {
	float: left;
	text-transform:uppercase;
    font-size: 17px !important;
    margin-bottom: 1px;
    padding:10px 0 5px 10px !important;
	color:#666666;
	font-family:'fonomediumregular';
}
#dialog-title-login,#dialog-title-forget,#dialog-title-subscribe {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
}
	
#dialog-content {
	overflow: auto;
	background: #fff;
/*	position: relative;
*/	float:left;
	width:100%;
	clear:both;
}

#dialog-content-login,#dialog-content-forget,#dialog-content-subscribe {
	overflow: auto;
	background: #fff;
	position: relative;
	padding:10px 15px;
}

#dialog_submit-mask {
	top : 0;
	left : 0;
	position: absolute;
	z-index: 999;
	background: #fff url("http://www.walktall.co.uk/skin/frontend/walktall/default/images/ajax-loader.gif") 50% 50% no-repeat;
}

#dialog-content-inner {
	min-height: 237px;
	max-height: 495px;
	margin: 14px 20px 20px;
	overflow-x: hidden !important;
    overflow-y: auto;
}

#dialog-content-inner p, #dialog-content-inner ul {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 21px;
}

#dialog-content-inner ul.form-list {
	font-size: 1em !important;
}

#dialog-content-inner .head-colored { 
	margin-left: 0 !important;
	margin-right: 5px !important;
}
	
#dialog .close {
}

.light-box-static-contnet {
	font-size: 14px;
	line-height: 21px;
}

#dialog-content-inner .cms-page .page-title h1 { 
	background: none !important;
	color: #252525 !important;
	padding: 0 !important;
	border: 0 !important;
}

#dialog-content-inner .customer-area-contnent, #dialog-content-inner .cms-page-content {
	padding: 0 !important;
	border: 0 !important;
	font-size: 1em !important;
}

#dialog-content-inner .cms-page-content p {
	padding: 0 !important;
}
.checkoutbyamazon-checkout-index #checkout-step-review tfoot .hr_border em{ font-style:normal !important; font-weight:bold;}
.checkoutbyamazon-checkout-index #checkout-step-review tfoot .hr_border cite{font-size: 13px;
    font-style: normal;
    font-weight: bold;
}
.checkoutbyamazon-checkout-index #checkout-step-review tbody .qtybox{ padding-top:10px !important}
.salesorderhistory .data-table td{ padding:8px;} 
.customersbuttonback{ float: left; width: 100%;}
.salesorderhistory .data-table td em{ font-style: normal;}
.acc_link a.activelink{ color: #F58401;display: block;font-family: Arial,Helvetica,sans-serif;font-size: 13px;font-weight: bold;line-height: 23px;text-decoration: none;}
.acc_link a.activelink:hover{ color: #F58401 !important;}
.page-popup p, #dialog-content-inner p,#TB_ajaxContent p								{ font-size:14px; line-height:20px; font-family:Arial, Helvetica, sans-serif; color:#4c4c4c; padding:0 0 5px;}
.page-popup ul{ margin-bottom:10px;}
.page-popup ul li{ font-size:14px; line-height:20px; font-family:Arial, Helvetica, sans-serif; color:#4c4c4c; 
    background:url("http://www.walktall.co.uk/skin/frontend/walktall/default/images/grey-bullet.png") no-repeat scroll 6px 6px transparent;padding: 0 0 0 17px;}
.one-page-checkout .shipment-methods label{ color:#4c4c4c !important;}
.one-page-checkout .shipment-methods label a{ color:#99AF43 !important; font-weight:bold !important;}
.cms-fb-subscribe .page-head{ padding-top:10px !important;}
.cms-fb-subscribe .group-select{ margin:0px !important; padding:0px !important;}
.cms-fb-subscribe .group-select ul li{ background:none !important; padding:0px !important;}
.cms-fb-subscribe p.required{ margin: 0px !important; padding: 0px !important; }
li.address-search .address-search-button, div.address-search .address-search-button, div.address-search2 .address-search-button, #popup_panel input{
	background: url("http://www.walktall.co.uk/skin/frontend/walktall/default/images/gray_but_spr.jpg") repeat-x scroll left top transparent;
    border: medium none;
    border-radius: 3px 3px 6px 6px;
    color: #666666;
    cursor: pointer;
    display: block;
    float: left !important; 
	
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    outline: medium none;
    padding: 0;
    position: relative;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 142px;} 
li.address-search .address-search-button:hover,	div.address-search .address-search-button:hover,	div.address-search2 .address-search-button:hover, #popup_panel input:hover				{ background-position:0 -33px;}
 .checkoutbyamazon-checkout-index .my_account_lft{ width:15% !important;} 
.checkoutbyamazon-checkout-index .my_account_rht{ width:85%;}  

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#nav { padding:0 0px; font-size:1.1em; background-color: #ccc;}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; text-transform: uppercase; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; background-color: #cccccc;}
#nav li.active a {  }
#nav a { float:left; padding:11px 18px 11px 18px; color:#a7c6dd; height: 22px; font-family: "Myriad Pro", Arial; font-size: 18px; color: #fff;}

#nav li.nav-shoes.active,
#nav li.nav-shoes:hover { background-color: #66cccc; }

#nav li.nav-clothing.active,
#nav li.nav-clothing:hover { background-color: #914452; }

#nav li.nav-socks.active,
#nav li.nav-socks:hover { background-color: #a2ad00; }

#nav li.nav-accessories.active,
#nav li.nav-accessories:hover { background-color: #48c2dc; }

#nav li.nav-sale.active,
#nav li.nav-sale:hover { background-color: #d6492a; }

#nav li.nav-home.active,
#nav li.nav-home:hover { background-color: #EF8523; }

#nav li.nav-blog.active,
#nav li.nav-blog:hover { background-color: #996699; }

#nav li.nav-forum.active,
#nav li.nav-forum:hover { background-color: #6e4d1c; }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/****************[ Mage_CSS_B Clears ]***************/
/****************************************************/
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
#nav:after,
.middle:after,
.product-essential:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.side-col li:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
.advanced-search li:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/skin/frontend/walktall/default/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window ul {
    list-style:disc;
    margin:0 0 0 15px;
}



#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
    font-size:1.7em;
    padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:37px;
}

#TB_title a,
#TB_title a:hover {
    text-decoration:none;
}

#TB_closeWindowButton button {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/close_img2.png');
	border:none;
	font-size:0px;
    height:16px;
    line-height:0px;
    text-indent:-999em;
    *text-indent:0;
    padding:0;
	width:16px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*@import "http://www.walktall.co.uk/skin/frontend/walktall/default/css/default.css";*/
/*
body {
    font-family:arial,helvetica,"sans serif";
    font-size:62.5%;
	margin:0;
    padding:0;
    text-align:center;
}
*/

.header,
.middle-container,
.footer {
	font-family:verdana,arial,helvetica,"sans serif";
}

.header,
.middle-container .contentRow {
	font-size:0.85em;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.header input,
.header label,
.contentRow input,
.contentRow label,
/*.footer input,
.footer label {
	float:left;
}*/

.header label,
.contentRow label,
.footer label {
    display:inline;
}

.header p,
.middle-container p,
.footer p {
    clear:both;
    margin:0 0 15px;
    padding:0;
}

.hide {
    clear:none;
    left:-9999em;
    overflow:hidden;
    position:absolute;
    top:-9999em;
    width:0px;
}

/*
.header,
.middle-container,
.footer,
.header div,
.contentRow,
.contentRow div,
.footer div {
	clear:none;
	display:inline;
	float:left;
}*/

/* general */

p.singleLink a {
	color:#2EAAF9;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	white-space:nowrap;
}

p.readMore a,
p.readMore a:hover {
	color:#EF8523;
	text-transform:uppercase;
}

p.readMore a:hover {
	text-decoration:underline;
}

.wrapper {
	margin:0 auto;
	text-align:left;
	width:950px;
	position: relative;
}

/* .loading-mask-bottom{
	display: block !important;
} */
input.fieldText,
select.fieldSelect {
	border:1px solid #999999;
	float:left;
	height:18px;
	margin:0px 6px 0px 0px;
	padding:3px 3px 3px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.contentRow input.fieldText {
    height:16px;
}

.contentRow select.fieldSelect {
	display:inline;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding:2px;
    *font-size:1.4em;
}

.selectOption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:5px;
	font-size:1.0em;
}

/* structure */

.header,
.middle-container,
/*.footer {
	background-color:#FFFFFF;
	width:950px;
}*/

/* header */

.header {
	/*background: #fff url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/snowflakes_header.gif') 150px 0 no-repeat;*/
    padding:5px 0 0; 
}

.header .headerTop {
	margin:0px 15px 0px 15px;
	width:920px;
}

.header .headerBottom {
	_height:85px;
	margin:0px 15px 6px 15px;
	min-height:85px;
	position:relative;
	width:920px;
}

.header .welcome {
	font-size:1.1em;
	padding:0px 0px 0px 0px;
	text-align:right;
	text-transform:uppercase;
	width:850px;
}

.header .welcome a {
	color:#82C41A;
}

.header .menuSupplementary {
	width:65px;
}

.header .menuSupplementary ul {
	float:right;
	list-style:none;
	margin:0px 0px 0 10px;
	padding:0px;
	width:auto;
}

.header .menuSupplementary li {
	display:inline;
	margin:0 0 0 5px;
	text-transform:uppercase;
}

.header .menuSupplementary li.first {
	margin:0px;
}

.header .menuSupplementary li a,
.header .menuSupplementary li a:hover {
	color:#000000;
	font-size:1.1em;
    margin:0 2px 0 0;
}

.header .menuSupplementary ul.currency li {
    border-right:1px solid #333;
    padding:0 5px 0 0;
    margin:0 5px 0 0;
}

.header .menuSupplementary ul.currency li.last {
    border:none;
    margin:0;
    padding:0;
}

.header .menuSupplementary ul.currency li a {
    margin:0;
}

.header .menuSupplementary ul.currency a.selected {
	text-decoration:underline;
}

.header .menuSupplementary ul.siteLanguage li {
    margin:0 0 0 2px;
}

.header .menuSupplementary ul.siteLanguage a {
    margin:0;
}

.header .logo {
	bottom:0px;
	height:85px;
	left:0px;
    position:absolute;
	width:127px;
}

.header .tagline {
	bottom:0px;
	height:65px;
	left:140px;
    padding:0 0 4px;
	position:absolute;
	width:556px;
}

.header .logo img,
.header .tagline img {
	_margin-bottom:-3px;
}

.header .tagline img.bigSize {
	padding:0px 31px 0px 10px;
}

#headerText {
	position: relative;
	left: 130px;
}

.header .bottomRight {
	bottom:0px;
	position:absolute;
	right:0px;
	width:222px;
}

.header .menuCheckout {
	background-color:#F89624;
	margin:11px 0px 6px 0px;
	padding:11px 11px 11px 11px;
	width:200px;
}

.header .menuCheckout ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
	width:200px;
}

.header .menuCheckout li {
	border-right:1px solid #FFFFFF;
	display:inline;
	margin:0px 5px 0px 0px;
	padding:0px 5px 0px 0px;
}

.header .menuCheckout li.last {
	border:none;
	margin:0px;
	padding:0px;
}

.header .menuCheckout li a {
	color:#FFFFFF;
	font-size:1.1em;
}

.header .bottomRight a.mailingListLink {
    float:left;
    height:23px;
}

.header .formDiv {
	float:right;
    margin:-34px 15px 0 0;
    position:relative;
    width:222px;
}

.header .formDiv .fieldText {
	margin-right:1px;
    padding:2px 3px;
    width:192px;
}

.header .formDiv .fieldSubmit {
	_margin-right:-3px;
	_position:relative;
}

/* main menu */

.menuMain {
	background-color:#CCCCCC;
    width:950px;
}

.menuMain ul {
	float:left;
	width:710px;
}

.menuMain li {
	float:left;
	font-family:"Myriad Pro",Arial,sans-serif;
}

.menuMain li a {
	background-color:#CCCCCC;
	color:#FFFFFF;
	float:left;
	font-size:1.8em;
    padding:15px 10px 11px 10px;
	*padding:13px 10px 13px 10px;
    padding:13px 10px 13px 10px\9;
	text-transform:uppercase;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .menuMain li a {
        padding:15px 10px 12px 10px;
    }
}

.menuMain li a,
.menuMain li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.menuMain li.home a:hover,
.menuMain li.home a.active {
	background-color:#EF8523;
}

.menuMain li.nav-footwear a:hover,
.menuMain li.nav-footwear a.active,
.menuMain li.nav-big-size-footwear a:hover,
.menuMain li.nav-big-size-footwear a.active {
	background-color:#66CCCC;
}

.menuMain li.nav-clothing a:hover,
.menuMain li.nav-clothing a.active,
.menuMain li.nav-tall-fit-clothing a:hover,
.menuMain li.nav-tall-fit-clothing a.active {
	background-color:#914452;
}

.menuMain li.nav-socks a:hover,
.menuMain li.nav-socks a.active {
	background-color:#A2AD00;
}

.menuMain li.nav-accessories a:hover,
.menuMain li.nav-accessories a.active {
	background-color:#45C2DC;
}

.menuMain li.nav-sale a:hover,
.menuMain li.nav-sale a.active {
	background-color:#D6492A;
}

.menuMain li.nav-blog a:hover,
.menuMain li.nav-blog a.active {
	background-color:#996699;
}

.menuMain li.nav-forum a:hover,
.menuMain li.nav-forum a.active {
	background-color:#6E4D1C;
}

/* home page */

.middle {
	margin:0px 15px 15px 15px;
}

.middle-container {
	position:relative;
}

.middle-container .middle {
	margin:15px;
	padding:0px;
}

.middle-container .contentRow {
	padding:0px 0px 15px 0px;
	width:920px;
}

.middle-container .contentRow .intro {
	_height:281px;
	margin:0px 15px 0px 0px;
	min-height:281px;
	padding:0px 0px 30px 0px;
	position:relative;
	width:224px;
}

.middle-container .intro h1 {
	color:#EF8523;
	display:inline;
	float:left;
	margin:0px 0px 15px 0px;
	width:224px;
}

.intro p {
	color:#000;
	font-size:1.375em;
	line-height:1.4em;
    margin:0;
	
}

.intro p.readMore {
	bottom:0px;
	clear:both;
	font-size:1.1em;
    margin:0px;
	right:0px;
	position:absolute;
}

.middle-container .contentRow .contentRowRight {
	width:681px;
}

.subNav ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	width:920px;
}

.subNav li {
	background-color:#000000;
	float:left;
	font-size:1.2em;
	margin:0px 13px 0px 0px;
}

.subNav li.christmasBox {
    background:none;
}

.subNav li.christmasBox span {
    display:none;
}

.subNav li.last {
	margin:0px;
}

.subNav li a,
.subNav li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.subNav li a span {
	display:block;
	padding:2px 10px 5px 10px;
	*padding:5px 10px 5px 10px;
}

.homeForms .formDiv {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_box_gray.gif') repeat-x #f9f9f9;
	height:auto !important;
    height:100px;
	margin:0px 10px 0px 0px;
	min-height:100px;
	padding:10px;
	width:280px;
}

.homeForms .giftCards {
	margin:0px;
}

.homeForms .formDiv h2 {
	margin:0px 0px 5px 0px;
}

.homeForms .formDiv .formRow {
	margin:0px 0px 6px 0px;
	width:280px;
}

.homeForms .formDiv label,
.homeForms .formDiv p {
	font-size:1.2em;
	margin:5px 0px 10px 0px;
	width:100%;
}

.homeForms .formDiv label {
    color:#000000;
    font-weight:normal;
    text-transform:none;
}

.homeForms .quickLinks label {
    margin:3px 0px 0px 0px;
	width:90px;
}

.homeForms .formDiv input.fieldText {
	float:left;
	width:151px;
}

.homeForms .formDiv select.fieldSelect {
	float:left;
	margin:0px 6px 0px 0px;
	width:159px;
}

.homeForms .formDiv input.fieldSubmit {
	float:left;
	_margin-right:-3px;
	_position:relative;
	width:25px;
}

.homeForms .giftCards input.fieldSubmit {
	width:110px;
}

/* footer */

.footer {
	/*background:#fff url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_footer_christmas.jpg') 0 100% no-repeat;*/
   /* padding:0 0 40px;*/
}

.footerLeft {
	margin:0px 10px 0 15px;
	padding:0 0 20px 0;
	width:480px;
}

.footerRight {
	margin:0px 15px 20px 0px;
	width:430px;
}

.footerLeft ul {
	width:480px;
}

.footerRight ul {
	float:right;
}

.footer ul {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}

.footer li {
	display:inline;
	margin:0px 2px 0px 0px;
	*margin:0px 4px 0px 0px;
    padding:0px 5px 0px 0px;
    *padding:0px 2px 0px 0px;
	text-transform:none;
}

.footer li.last {
	border:none;
	margin:0px;
	padding:0px 0px 0px 1px;
}

.footer li a,
.footer li a:hover {
	color:#000000;
	white-space:nowrap;
}

.footer .productTags li {
    border:none;
    margin:0;
    padding:0 20px 0 0;
    text-transform:none;
}

.footer .productTags li a,
.footer .productTags li a:hover {
    color:#ccc;
    font-weight:normal;
}

.footer ul.paymentMethods li {
	border:none;
    float:right;
	margin:0px 3px 0px 0px;
	padding:0px;
}

.footer ul.paymentMethods li.last {
	margin-right:0px;
}

.footer .footerLeft li {
    border-right:1px solid #000;
}
.footer .footerLeft li a {
    font-size:0.937em !important;
}

.footer .footerLeft li.last {
    border:none;
}

.footer .footerRow {
    margin:0 15px 10px;
    width:920px;
}

.footer .firstRow {
    /*margin:-30px 15px 0;
    *margin:-25px 15px 0;*/ /* MIGUEL 16-Sep-2010 */
}

.footer .verisign {
float:right;
    margin:0 0 0 0;
    position:relative;
    width:130px;
}

.footer .verisign img {
    float:left;
}

.footer .verisign a {
    clear:both;
    float:left;
    width:130px;
}

.footer .facebook {
	margin:18px 10px 0 0;
}

.footer .twitter {
    margin:18px 10px 0 0;
    padding:15px 0 0;
}

/*
.footer .facebook a,
.footer .facebook a:hover {
	text-decoration:none;
}
*/
.footer .facebook a {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/logo_facebook.gif');
	background-repeat:no-repeat;
	background-position:0 50%;
	color:#000000;
	float:left;
	font-size:1.2em;
	padding:15px 0 15px 37px;
}

.footer #accessFooter {
    padding:0 0 0 0;
	width:920px;
}

.footer #accessFooter ul {
	float:left;
	width:920px;
}

.footer #accessFooter ul li {
	float:left;
	/*margin:0 13px 0 0;*/
	margin:0 10px 0 0;
	padding:0;
	width:220px;
}

.footer #accessFooter ul li.last {
	border:none;
	margin:0px;
	padding:0px 0px 0px 1px;
}

.footer #accessFooter ul ul {
	float:left;
	width:220px;
}

.footer #accessFooter ul ul li {
	border-bottom:1px solid #E1E1E1;
	margin:0;
	padding:5px 0 5px 0;
}

.footer #accessFooter ul li h3 {
	border-bottom:1px solid #DDDDDD;
	float:left;
	margin:0;
	padding:0 0 6px 0;
	width:220px;
}


/* image slider */

#slider {
    height:303px;
    overflow:hidden;
    width:681px;
}

#slider li {
	margin-left:0;
    height:303px;
}

#slider li a {
	font-size:0px;
	line-height:0px;
}

/*
.sliderNav {
	background:#000000;
}

.sliderRow span#prevBtn,
.sliderRow span#nextBtn {  
	float:right;
	_margin-top:-3px;
}

.sliderRow #prevBtn a,
.sliderRow #nextBtn a {  
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_slider_prev.gif') no-repeat 0 0;
	float:left;
	height:19px;
	outline:mome;
	text-decoration:none;
	width:20px;
}

.sliderRow #nextBtn a {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_slider_next.gif') no-repeat 0 0;	
}
*/

ol#controls {
    background:#ccc;
    float:left;
    width:681px;
}

ol#controls li {
    float:left;
    width:170px;
}

ol#controls li.current,
ol#controls li a:hover {
    background:#000;
}

ol#controls li a,
ol#controls li a:hover {
   color:#fff;
   float:left;
   font-weight:bold;
   text-align:center;
   text-decoration:none;
   width:170px;
}

/*=========== size selector ===============*/

#product-options-wrapper {
    margin:8px 0 12px 0;
}

#product-options-wrapper ul {
    float:left;
    margin:0px 0 0 5px;
    position:relative;
}

#product-options-wrapper ul li {
    display:inline;
    float:left;
    padding:0 5px 0 0;
    text-align:center;
}

#product-options-wrapper ul li label {
    color:#ffffff;
    float:left;
    font-size:1em;
	height:23px;
    overflow:visible;
    /*padding:0px 1px 0 1px;*/
padding:0;
    width:47px;
}

#product-options-wrapper ul li label span {
	line-height:1.8em;
	text-align:center;
    white-space:nowrap;
}

#product-options-wrapper ul li label.noStock span {
    gbackground:#d6d6d6;
}

#product-options-wrapper ul li label.inStock {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-in-stock.gif') no-repeat;
	cursor:pointer;
}

#product-options-wrapper ul li label.inStock.selected,
#product-options-wrapper ul li label.inStock.hover.selected {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-instock-selected.gif') no-repeat;
}

#product-options-wrapper ul li label.inStock.hover {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-in-stock.gif') no-repeat 0 -23px ;
}



#product-options-wrapper ul li label.preOrder span {
    gbackground:#d6d6d6;
}

#product-options-wrapper ul li label.preOrder {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-pre-order.gif') no-repeat;
	cursor:pointer;
}

#product-options-wrapper ul li label.preOrder.selected,
#product-options-wrapper ul li label.preOrder.hover.selected {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-preorder-selected.gif') no-repeat;
}

#product-options-wrapper ul li label.preOrder.hover {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-pre-order.gif') no-repeat 0 -23px ;
}

 

#product-options-wrapper ul li label.noStock {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-out-of-stock.gif') no-repeat 0 0;
} 

#product-options-wrapper ul li label.wide {
    width:77px;
    /*_width:74px;*/
}

#product-options-wrapper ul li label.wide.inStock {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-in-stock-wide.gif') no-repeat;
}

#product-options-wrapper ul li label.wide.inStock.hover {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-in-stock-wide.gif') no-repeat 0 -23px;
}

#product-options-wrapper ul li label.wide.inStock.selected,
#product-options-wrapper ul li label.wide.inStock.hover.selected {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-instock-selected-wide.gif') no-repeat;
}

#product-options-wrapper ul li label.wide.noStock {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/select-out-of-stock-wide.gif') no-repeat 0 0;
}

button.form-button.btnAddToBasket.disabled {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_add_to_basket_disabled.jpg');
}

/*Start TOOL-TIP product size*/

#product-options-wrapper ul li {
	position:relative;
}

#product-options-wrapper ul li div.tooltip {
	clear:both;
	font-weight:bold;
	left:15px;
	position:absolute;
	text-transform:uppercase;
	top:-44px;
}

/*End TOOL-TIP product size*/

.sizeKey {
	background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/size-select-key.jpg') left no-repeat;
	color:#666666;
	float:right;
	font-size:0.8em;
	line-height:1.3em;
	padding-left:15px;
	
}

/*=========== aw ===============*/

.middle-container .wide-side-col {
	float:left;
	width:220px;
}

.wide-side-col-help {
	background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/helpbox-bg.gif) repeat-x top left;
	font-size:0.917em;
    margin:0px 0px 10px 0px;
	padding:10px 10px 20px 10px;
}

.customer-account-login .wide-side-col-help {
	background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_box_orange_tall.gif) repeat-x top left;
    height:290px;
}

.wide-side-col-quick-links {
	background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/bg_box_gray.gif) repeat-x top left;
	font-size:0.917em;
    padding:10px;
}

.wide-side-col-quick-links h2, .wide-side-col-help h2 {
	color:#000;
	text-transform:uppercase;
	font-size:1em;
	font-weight:bold;
    margin-bottom:5px;
}

.wide-side-col-help ul {
    margin:0 0 15px 0;
}

.wide-side-col-quick-links ul li a, .wide-side-col-help ul li a {
	color:#000;
	text-transform:uppercase;
}

.middle-container .narrow-col-main {
	float:right;
	width:680px;
}

.sitemap h3 {
	color:#000;
	font-size:1em;
	text-transform:uppercase;
}

.backToTop {
	background:#EF8523;
	color:#fff;
	margin:10px 0px;
	padding:3px;
	position:relative;
	text-transform:uppercase;
}

.backToTop h2 {
	color:#fff;
	padding:0px;
	margin:0px;
	font-size:1em;
}

.backToTop a {
	background:url(http://www.walktall.co.uk/skin/frontend/walktall/default/images/orangearrow.gif) no-repeat;
	display:block;
	height:7px;
	position:absolute;
	right:3px;
	text-indent:-9999px;
	top:5px;	
	width:16px;
}

.wide-side-col-help .buttonback {
	margin:10px 0px 0px 0px;
}

.product-info-box .videoIcon {
	float:right;
	margin:0 !important;
    margin:-44px 0 0 0;
    width:88px;
}

.border {
	border:1px solid red;
}

/* overide old code for now */

.product-options, .product-options-bottom {
	background:none;
	border:0px;
	margin:0px;
    padding:0;
	text-align:left;
}

.product-options-wrapper {
	background:none;
	border:0px;
	margin:0px;
}

fieldset.add-to-cart-box {
	float:left;
}

.product-options-bottom {
	padding:0px;
	margin:12px 0px 10px;
}

.product-options-bottom .quantity-box input {
    position:relative;
    top:-2px;
}

button.form-button.btnAddToBasket.disabled {
	float:left;
	width:440px;
	background:#EC3F2C;
	color:#fff;
}

.add-to-cart-box .btnAddToBasket {
	background:#6c0000;
    color:#ffffff;
    float:left;
}

.add-to-cart-box .btnAddToBasket span {
    visibility:hidden;
}

/* tabbed product description */

.product-details-additional {
    border:3px solid #cccccc;
    display:inline;
    float:left;
    margin:0 0 16px 0;
    width:440px !important;
}

.product-details-additional h2 {
    background:#cccccc;
    color:#fff;
    font-weight:normal;
    margin:0;
    line-height:1.17em;
    padding:3px 20px 8px 20px;
    text-transform:uppercase;
    padding:4px 20px 7px 20px\9;
}

.product-details-additional .tabs {
    background:#cccccc;
    float:left;
    margin:0;
    padding:0;
    width:100%
}

.product-details-additional .tabs li {
    background:#cccccc;
    display:inline;
    float:left;
    padding:2px 1px 6px 1px;
    width:auto;
}

.product-details-additional .tabs li a {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/icon_arrow_right.gif') no-repeat 100% 50%;
    border-right:1px solid #ffffff;
    color:#ffffff;
    display:inline;
    float:left;
    font-size:1.334em;
    padding:4px 21px 4px 5px;
    text-align:center;
    text-transform:uppercase;
    width:auto;
}

.product-details-additional .tabs li.last a {
    border:none;
}

.product-details-additional .tabs li.active {
    background:#ffffff;
}

.product-details-additional .tabs li.active a {
    background:#ffffff;
    border-right:none;
    color:#000000;
    padding:4px 13px;
}

.product-details-additional .tab-content {
    display:none;
    float:left;
    font-size:1.083em;
    padding:10px 20px;
    width:400px;
}

.product-details-additional .tab-content ul {
    list-style:disc;
    padding:0 0 0 15px;
}

.product-details-additional .tab-active {
    display:inline;
}

.product-details-additional .tabs li.no-border a {
    border-color:transparent;
}

.product-details-additional .tab-content p.singleLink {
    margin:0;
}

.details-sizing table {
    margin:0 0 20px;
    width:400px;
}

.details-sizing table th {
    background:#e9e9e9;
    padding:8px;
}

.details-sizing table td {
    padding:0 5px;
}

.details-sizing table tr.evenRow td {
    background:#e9e9e9;
}

.details-sizing table.clothingSizes th {
    padding:3px 0;
}

.details-sizing table.clothingSizes th,
.details-sizing table.clothingSizes td {
    text-align:center;
    vertical-align:middle;
}

.product-details-additional .details-sizing table {
	border:1px solid #CCCCCC;
	border-right:none;
	border-collapse:collapse;
    margin:0 0 10px 0;
}

.product-details-additional .details-sizing table th {
	border-top:1px solid #CCCCCC;
	padding:5px 7px 5px 7px;
}

.product-details-additional .details-sizing table td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:5px 7px 5px 7px;
}





.formContainer .field-row,
.wide-side-col .forum-form .field-row {
    clear:both;
    float:left;
    padding:0 0 10px 0;
    width:220px;
}

.formContainer .field-row label,
.wide-side-col .forum-form .field-row label {
    color:#000000;
    float:left;
    width:100%;
}

.formContainer .field-row .input-text,
.formContainer .field-row .textarea,
.wide-side-col .forum-form .field-row .input-text,
.wide-side-col .forum-form .field-row .textarea {
    width:214px;
}

.formContainer .field-row .textarea,
.wide-side-col .forum-form .field-row .textarea {
    height:100px;
}

.formContainer span.back,
.formContainer .field-row #message_form_submit,
.wide-side-col .forum-form #message_form_submit, #contactForm #message_form_submit {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_submit.gif');
	border:none;
	cursor:pointer;
    font-size:0px;
    height:24px;
    line-height:0px;
    *overflow:visible;
    text-indent:-999em;
    *text-indent:0;
    text-decoration:none;
    width:56px;
}

.formContainer span.back {
    background:url('http://www.walktall.co.uk/skin/frontend/walktall/default/images/btn_back.gif');
    float:right;
    margin:-35px 0 0 500px;
    width:46px;
}

.formContainer span.back a,
.formContainer span.back a:hover {
    color:#ffffff;
    float:left;
    font-size:0px;
    height:100%;
    line-height:0px;
    text-decoration:none;
    width:100%;
}

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

.messageContainer {
    border-bottom:2px solid #cccccc;
    float:left;
    margin:0 0 15px 0;
    padding:0 0 5px 0;
    width:100%;
}

.responses {
    display:none;
}

.responses,
.responses .responseItem {
    float:left;
    width:100%
}

.responses .responseItem {
    margin:5px 0 0 0;
}

.messageContainer .responses .message-head {
    background:#A26B44;
    padding:1px 3px;
}

.messageContainer .message-head,
.formContainer .message-head,
.formContainer .brownbar {
    background:#724A2D;
    color:#ffffff;
    float:left;
    font-weight:bold;
    padding:3px;
    margin:0 0 10px 0;
    width:674px;
}

.messageContainer .message {
    margin:0 0 10px 0;
}

.messageContainer .username {
    float:left;
    font-size:0.833em;
    font-weight:bold;
}

.messageContainer .respond {
    float:right;
    font-size:0.833em;
    font-weight:bold;
}

.messageContainer hr {
    display:none;
}

p.forumLeftText {
/*    color:#999999;
    font-size:1.333em;
*/}

img.fitting-icon {
	position: relative;
	top: 3px;
}

body.cms-review-success ul.messages {
	display: none;
}

.logo-manufacturer {
	margin-right: 90px;
	float: left;
}


/*
Nasty hack to hide filters from certain categories
*/
.category-sale #filter-heading-waistsizes,
.category-sale #filter-list-waistsizes,

.category-sale #filter-heading-shoesize,
.category-sale #filter-list-shoesize,

.category-accessories #filter-heading-bagsizes,
.category-accessories #filter-list-bagsizes,

.category-accessories #filter-heading-shoesize,
.category-accessories #filter-list-shoesize,

.category-accessories #filter-heading-uksize,
.category-accessories #filter-list-uksize,

.category-accessories #filter-heading-socksizes,
.category-accessories #filter-list-socksizes,

.category-accessories #filter-heading-sunglassessize,
.category-accessories #filter-list-sunglassessize,

.category-clothing #filter-heading-socksizes,
.category-clothing #filter-list-socksizes {
	display: none;
}


.list-new-new #narrow-by-list #filter-heading-manufacturer,
.list-new-new #narrow-by-list #filter-list-manufacturer,
.category-sale dl.selecttype-footwear #filter-list-shoesize,
.category-sale dl.selecttype-footwear #filter-heading-shoesize,

.category-accessories dl.selecttype-socks #filter-list-socksizes,
.category-accessories dl.selecttype-socks #filter-heading-socksizes {
	display: block !important;
}

.list-new-new #narrow-by-list dt,
.list-new-new #narrow-by-list dd {
	display: none;
}

.product-img-box object {
    
}

label { text-transform: none; }

#checkout-review-table td.a-right.last { text-align: left !important; }

div.input-box.address-finder { width: 523px; }
li.address-finder-results {
	height: auto !important;
	min-height: 0;
}
.forumarchieves{ float:left;
width:220px; border-top:2px solid #ccc; margin-top:10px; padding-top:10px;}

.forumarchieves h2{font-size:1.167em;
font-weight:normal;
text-transform:uppercase;}

#MB_frame .page-title,
#MB_frame .page-title h1 { display: none; }

.block-cart #AmazonInlineWidget {
    padding: 5px 0;
}

#AmazonWalletWidget, #AmazonAddressWidget {
    padding-bottom: 24px;
}

#ProgressAmazonAddressWidget, #ProgressAmazonWalletWidget {
    margin: 0 0 6px;
}

.checkoutbyamazon-checkout-index .col-right {
    width: 220px !important;
}

/*.checkoutbyamazon-checkout-index .col-main {
    width: 670px !important;
}
*/ 
.checkoutbyamazon-badge img {
    margin: 0 auto;
    display: block;
}
.breadcrumbs li, .breadcrumbs li a, .breadcrumbs li a:hover{ text-transform:none !important;}
