/* ----------------------------------------------
	Template Name : ukcodes
	Version : 1.0   
	Author URI : http://www.suedeapple.co.uk/    
	Last Date Modified : Oct 2009	
 ------------------------------------------------ */



/* ---------------- */
/*   HTML Styles    */  
/* ---------------- */

html
{
    min-height: 101%;
}

body
{
    background-color: #fff;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    margin: 0 auto;
    position: relative;
    z-index: 0px;
    padding: 0px;
}

h1
{
    font-size: 24px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    color: #000;
    padding-bottom: 3px;
}

h2
{
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    padding-bottom: 3px;
    color: #000;
}

h3
{
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    padding-bottom: 3px;
    color: #000;
}


h4
{
    font-size: 13px;
    margin: 5px 0 10px 0;
}

a
{
    text-decoration: none;
    color: #0A0B4F;
}

a:hover
{
    text-decoration: underline;
    color: #0A0B4F;
}

p
{
    line-height: 21px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

img
{
    border: none;
}

form
{
    margin: 0px;
}

ul
{
}

li
{
    padding: 3px 0px 3px 0px;
}


/* ---------------- */
/* Table            */
/* ---------------- */

table
{
    width: auto;
    border: none;
}

th strong
{
    color: #222222;
}
th
{
    background: #E6E5E5;
    color: #222222;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
}


tr
{
    color: #707070;
}

td
{
    color: #222222;
}


td strong
{
    font-weight: normal;
}



table.grid
{
    width: 500px;
    border: none;
}


table.grid th
{
    color: #222222;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    border: none;
    border-top: 5px solid #ADADAD;
}


table.grid tr
{
    color: #222222;
    border: none;
    border-bottom: 1px dotted #ccc;
}

table.grid td
{
    padding-left: 12px;
    padding-right: 12px;
    padding: 12px 12px 12px 12px;
    border: none;
    background: #f8f8f8;
    border-bottom: 1px dotted #cccccc;
}

table.grid td a
{
    color: #222222;
    text-decoration: none;
}

table.grid td a:hover
{
    text-decoration: underline;
}

table.grid td strong
{
    font-weight: normal;
}


table.grid a.number
{
    color: #FF8B04;
    font-size: 1.6em;
}


/* ------------------- */
/* Infrastructure IDs */
/* ------------------ */


#wrapper
{
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 20px;
    width: 1000px;
    background-color: #fff;
}


#content-wrapper
{
    overflow: hidden;
    margin: 10px 0px 0px 0px;
}

#content
{
    float: left;
    width: 725px;
    padding: 0px 10px 10px 0px;
}

#sidepanel
{
    float: right;
    width: 260px;
    padding: 0px;
    margin-right: 0px;
}


/* ------------------- */
/* Header              */
/* ------------------  */


#header
{
    height: 120px;
    clear: both;
    overflow: hidden;
    position: relative;
}

#header h4
{
    font-size: 38px;
    margin: 0px;
    padding: 25px 0px 0px 15px;
    color: #0A0B4F;
}

#header h4 a
{
    color: #0A0B4F;
    text-decoration: none;
}

#header h5
{
    margin: 0px;
    padding: 0px 0px 0px 15px;
    color: #0A0B4F;
    font-size: 12px;
    color: #777;
}


#header p img
{
    margin: 0px 0px 0px 5px;
    padding: 0px;
    top: 20px;
    vertical-align: bottom;
    position: absolute;
}



#header .search-wrapper
{
    background-color: #0A0B4F;
    width: 450px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #A3A3A3;
    background-color: #F1F1F1;
    position: absolute;
    top: 20px;
    left: 525px;
    overflow:hidden;
}

#header .search-wrapper input
{
    width: 295px;
    padding: 0px;
    font-size: 18px;
    border: 1px solid #fff;
    border: 1px solid #A3A3A3;
    margin: 0px;
    padding: 12px 12px 12px 8px;
    font-size: 18px;
    float:left;
   
}


#header .search-wrapper input.button
{
    width: auto;
    padding: 0px;
    margin: 0px 0px 0px 8px;
    float:left;
    width:124px;
}


#updated
{
 
   position:absolute;
   top:0px;
   left:826px;
   width:160px;
   text-align:center;
   background: #fff url(/sitefiles/images/web/updated.jpg) no-repeat top left;
}

#updated p
{
   color:000;
   padding:5px 0px 5px 0px;
   margin:0px;
   color:#fff;
   font-weight:bold;
  

}

#updated p span
{
   font-weight:normal;
}

/* ------------------- */
/* Admin               */
/* ------------------  */

#admin
{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
}

#admin a
{
    color: #000;
}



/* ------------------- */
/* Home Only           */
/* ------------------  */

#home-feature-code
{
    height: 192px;
    background: #920703 url(/sitefiles/images/web/homeredgradient.jpg) repeat-x;
    margin-top: 5px;
    overflow: hidden;
    clear: both;
    position: relative;
}

#home-feature-code img
{
    position: absolute;
    top: 13px;
    left: 12px;
}

#home-feature-code h3
{
    margin: 13px 0px 5px 700px;
    color: White;
}

#home-feature-code p
{
    margin: 0px 20px 0px 700px;
    color: White;
}

#home-feature-code .subscribe
{
    background-color: #7E0400;
    padding: 4px;
    margin: 5px 20px 0px 700px;
    position: relative;
    height: 40px;
}

#home-feature-code .subscribe p
{
    display: none;
}


#home-feature-code .subscribe input
{
    width: 195px;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    display: inline;
    position: absolute;
    top: 8px;
    left: 8px;
}

#home-feature-code .subscribe input.button
{
    display: inline;
    width: auto;
    height: auto;
    position: absolute;
    top: 8px;
    left: 220px;
}

#home-carousel
{
    clear: both;
    width: 1000px;
    overflow: hidden;
    border-top: 5px solid #0A0B4F;
    border-bottom: 5px solid #0A0B4F;
    margin: 5px 0px 5px 0px;
}



#home-wrap
{
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}
#home-left
{
    float: left;
    width: 355px;
    border: 1px solid #A3A3A3;
}

#home-right
{
    float: left;
    width: 355px;
    margin-left: 10px;
    border: 1px solid #A3A3A3;
}


#home-vouchers
{
    background-color: #F1F1F1;
    clear: both;
    margin-top: 0px;
}

#home-vouchers h3
{
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #BC312D;
}

#home-vouchers ul
{
    margin: 0px;
    padding: 0px 10px 10px 10px;
    list-style-type: none;
}

#home-vouchers li
{
    margin: 0px;
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    width: 315px;
    height: 50px;
}

#home-vouchers li img
{
    float: left;
    width: 80px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    clear: both;
    position: relative;
    top: 0px;
    left: 0px;
}

#home-vouchers li p
{
    line-height: normal;
    margin: 0px 0px 4px 100px;
    padding: 0px;
}



#home-vouchers li p.date
{
    font-size: 11px;
    color: #666666;
    line-height: 13px;
}

#home-vouchers li a
{
    font-weight: bold;
    font-size: 13px;
}



#home-vouchers li a img
{
    border: 3px solid #CCCCCC;
}

#home-vouchers li a:hover img
{
    border: 3px solid #888;
}



/* ---------------- */
/* Menu/Nav         */
/* ---------------- */


#menu
{
    width: 1000px;
    margin: 0px auto;
    overflow: hidden;
    border-bottom: 5px solid #0A0B4F;
}

#menu ul
{
    padding: 0;
    margin: 0 0 0 10px;
    color: black;
    float: left;
    width: 1000px;
    font-family: arial, helvetica, sans-serif;
}

#menu ul li
{
    display: inline;
}

#menu ul li a
{
    text-align: center;
    width: 131px;
    height: 30px;
    line-height: 30px;
    color: White;
    text-decoration: none;
    float: left;
    margin-right: 10px;
    background: #5BA1E6 url(/sitefiles/images/web/menubutton.gif) no-repeat;
}

#menu ul li a:hover
{
    color: #fff;
    text-decoration: none;
    background: #0A0B4F url(/sitefiles/images/web/menubutton_o.gif) no-repeat;
}


#menu ul li a.current
{
    color: #fff;
    text-decoration: underline;
    background: #0A0B4F url(/sitefiles/images/web/menubutton_o.gif) no-repeat;
}




/* ------------------ */
/* Side Panel Classes */
/* ------------------ */


#sidepanel h3
{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #BC312D;
}



#sidepanel ul
{
    margin: 0px 5px 0px 5px;
    list-style: none;
    padding: 0px;
}


#sidepanel li
{
    margin: 0px;
    padding: 3px 0px 3px 0px;
}

#sidepanel li a
{
    color: #666666;
}


/* ------------------ */
/* A-Z Side Panel     */
/* ------------------ */


#AtoZ
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    list-style: none;
    clear: both;
    overflow: hidden;
    height: 140px;
}
#AtoZ li
{
    font-size: 11px;
    height: 25px;
    width: 25px;
    margin: 7px 7px 1px 0px;
    padding: 0px;
    list-style: none;
    float: left;
    background: #ffffff;
    border: none;
}
#AtoZ li a
{
    height: 24px;
    width: 24px;
    border: 1px solid #A3A3A3;
    text-align: center;
    color: #111;
    font-weight: normal;
    display: block;
    font-size: 13px;
    text-decoration: none;
    background: #ccc;
}


#AtoZ li.numbers
{
    width: 57px;
}

#AtoZ li.numbers a
{
    width: 56px;
}

#AtoZ li a:hover
{
    color: #fff;
    background-color: #111;
    text-decoration: none;
    border: 1px solid #A3A3A3;
}

#AtoZ li a
{
    line-height: 180%;
}




/* ------------------ */
/* Content    Classes */
/* ------------------ */


#content .search-wrapper input.button
{
    width: auto;
    float: none;
    padding: 0px;
    position: absolute;
    top: 10px;
    left: 588px;
}


#content .search-wrapper
{
    background-color: #0A0B4F;
    margin-bottom: 10px;
    clear: both;
    position: relative;
    height: 70px;
}

#content .search-wrapper input
{
    width: 542px;
    padding: 12px;
    font-size: 22px;
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}


#content .subscribe
{
    background: #1F2056 url(/sitefiles/images/web/subscribebackground.jpg) repeat-x;
    height: 43px;
    margin-bottom: 10px;
}

#content .subscribe p
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    color: #fff;
    float: left;
    line-height: 43px;
}

#content .subscribe input
{
    margin: 6px 0px 0px 10px;
    width: 250px;
    float: left;
    font-size: 20px;
    font-weight: normal;
}

#content .subscribe input.button
{
    width: auto;
    float: left;
}

#content .subscribe .error
{
    color: #fff;
}



/* ------------------ */
/* Store Profile      */
/* ------------------ */



#store-profile
{
    overflow: hidden;
    margin-bottom: 0px;
}

#store-profile .info
{
    padding: 20px 20px 20px 0px;
    background-color: #DBDBDB;
}

#store-profile img
{
    float: left;
    width: 120px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    vertical-align: bottom;
    clear: both;
}

#store-profile a img
{
    border: 3px solid #ccc;
}

#store-profile a:hover img
{
    border: 3px solid #888;
}

#store-profile p
{
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 150px;
}

#store-profile h1
{
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 150px;
    color: #0A0B4F;
}

#store-profile a
{
    color: #0A0B4F;
}

#voucher-list
{
    overflow: hidden;
    width: 100%;
}


#voucher-list ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#voucher-list li
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style-type: none;
    background-color: #efefef;
}


#voucher-list li img
{
    float: left;
    width: 120px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    clear: both;
    position: relative;
    top: 0px;
    left: 0px;
}

#voucher-list li a img
{
    border: 3px solid #ccc;
}

#voucher-list li a:hover img
{
    border: 3px solid #888;
}



#voucher-list li h4
{
    line-height: normal;
    margin: 0px 0px 5px 150px;
    padding: 0px;
}

#voucher-list li p
{
    line-height: normal;
    margin: 0px 0px 0px 150px;
    padding: 0px;
}

#voucher-list li p.title
{
    margin: 0px 0px 5px 150px;
    font-size: 20px;
    font-weight: bold;
}

#voucher-list li p.desc
{
    line-height: 18px;
}

#voucher-list li p a
{
    color: #0A0B4F;
}

#voucher-list li p.more
{
    margin: 10px 0px 0px 150px;
}



#voucher-list li p.date
{
    font-size: 10px;
    color: #888;
    line-height: 13px;
}




#voucher-list li p.reveal img a
{
    border: 0px;
}

#voucher-list li p.reveal img
{
    border: 0px;
    width: auto;
    float: none;
    margin-top: 15px;
}






.code
{
    display: none;
    border: 2px dotted #000;
    padding: 5px;
    background-color: White;
    text-align: center;
    margin-left: 150px;
    margin-top: 14px;
}

#voucher-list li .code p
{
    margin: 0px;
    font-size: 20px;
}



#atoz-list h5
{
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

#atoz-list table td
{
    padding: 3px 0px 3px 0px;
}


/* ------------------ */
/* Contact Form       */
/* ------------------ */

#contact-form
{
}

#contact-form label
{
    display: block;
    margin: 0px 0px 0px 0px;
}

#contact-form input
{
    display: block;
    width: 400px;
    margin: 0px 0px 10px 0px;
}

#contact-form .multiline
{
    display: block;
    width: 400px;
    height: 300px;
    margin: 0px 0px 10px 0px;
}

#contact-form .submit
{
    display: block;
    width: auto;
    margin: 0px 0px 10px 0px;
}



/*----------------------------
 Footer
----------------------------*/



#footer
{
    clear: both;
    text-align: left;
    height: 192px;
    margin: 0px 0 0 0;
    overflow: hidden;
    background: #2A2B59 url(/sitefiles/images/web/footerbackground.jpg) repeat-x;
}

#footer-col-wrap
{
    width: 1000px;
    margin: 0px auto;
}

#footer h5
{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0px;
    margin: 24px 0px 12px 35px;
}

#footer p
{
    line-height: 18px;
    margin: 0px 0px 0px 35px;
    padding: 0px;
    color: #fff;
}


.footer-col ul
{
    list-style: none;
    margin: 0 0 0px 35px;
    padding: 0;
}

.footer-col li
{
    margin: 0px;
    padding: 12px 0px 12px 0px;
}

.footer-col li a
{
    padding: 12px 0 12px 0px;
    color: #fff;
    font-weight: normal;
}



.footer-col
{
    float: left;
    width: 25%;
}




#credits
{
    background-color: #fff;
    padding: 8px;
    border-top: 1px solid #fff;
    margin: 0px;
    text-align: center;
}

#credits p
{
    color: #070836;
    padding: 0px 0px 0px 5px;
    margin: 0px;
}

#credits p a
{
    color: #070836;
}



/* ------------------ */
/* Alignment Classes  */
/* ------------------ */



.box
{
    background-color: #F1F1F1;
    border: 1px solid #A3A3A3;
    padding: 10px 12px 10px 12px;
    margin-bottom: 10px;
    overflow: hidden;
}

#voucher-list .box
{
    background-image: url(/sitefiles/images/codeofferbadges/codecorner.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

#voucher-list .box.offer
{
    background-image: url(/sitefiles/images/codeofferbadges/offercorner.jpg);
}


img.float-right
{
    margin: 5px 0px 10px 10px;
}

img.float-left
{
    margin: 5px 10px 10px 0px;
}



.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.align-left
{
    text-align: left;
}
.align-right
{
    text-align: right;
}

/* clearing */
.clearer
{
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}
.clear
{
    display: inline-block;
}
.clear:after
{
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}











