/* SCREEN.CSS
   This is where all styles for on-screen media are declaired

   FILE INFO
   Last updated by:  Mark Davidson

------------------------------------------------------------------------------------------------------ */

/* =global_reset */
*                                             { margin: 0; padding: 0; text-decoration: none;}
ul, dl, ol                                    { list-style-position: inside; list-style: none;}
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, 
dir dl, menu ul, menu ol, menu dir,
menu menu, menu dl, dl ul, dl ol,
dl dir, dl menu, dl dl                        { margin-top: 0; margin-bottom: 0; }

/* =generic */

a, a:link, a:visited, a:hover
{
    color: #00b296;
}
a:hover
{
    text-decoration: underline;
}

span.strikethrough
{
    color:red;
    text-decoration:line-through;
}

span.red
{
    color:red;
}

div#leftCol
{
    float: left;
    margin-top: 10px;
    width: 172px;
    border: 7px #D1D7DD solid;
    border-left: none;
    border-top: 6px #D1D7DD solid;
}
div#leftCol ul
{
    border-top: 1px #D1D7DD solid;
}
div#leftCol ul li ul li {
    padding: 2px;
    
}
div#leftCol
{
    font-size: 1.35em;
}
div#leftCol h3
{
    font-size: 1.1em;
}
div#uploadButton
{
    padding-top: 5px;
}
div#pageTop
{
    float: right;
    width: 100%;
}
div#pageTop #topLeft {
    float: left;
    width: 20%;
    padding: 10px;
}
div#pageTop #topRight {
    float: right;
    width: 73%;
    padding: 10px;
}
div#pageBottom
{
    float: right;
    margin-right: 469px;
    margin-top: 50px;
    padding: 10px;
}
div.color_picker {
    height: 100px;
    width: 100px;
    padding: 0 !important;
    border: 1px solid #ccc;
    background: url(arrow.gif) no-repeat top right;
    cursor: pointer;
    line-height: 16px;
}

div#color_selector
{
    width: 110px;
    position: absolute;
    border: 1px solid #598FEF;
    background-color: #EFEFEF;
    padding: 2px;
}
div#color_custom {width: 100%; float:left }
div#color_custom label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
div#color_custom input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.color_swatch
{
    height: 12px;
    width: 12px;
    border: 1px solid #000;
    margin: 2px;
    float: left;
    cursor: pointer;
    line-height: 12px;
}

/* =a */
ul#navigation li a {
    color: #ffffff;
}
ul#navigation li a.currentPage {
    display: block;
    background: #ffffff;
    border: solid 8px #d1d7dd;
    border-bottom: none;
    color: #575758;
    height: 32px;
    margin-top: -16px;
    padding: 8px 13px 0 13px;
}
li#designYourOwnBusinessCard a {
    display: block;
}
li#uploadADesign a {
    background: url('../images/uploadADesign.jpg') center;
    display: block;
    height: 133px;
    width: 473px;
}
li#addABack a {
    background: url('../images/addABack.jpg') center;
    display: block;
    height: 133px;
    width: 221px;
}

li.card a {
    display: block;
    height: 133px;
    width: 221px;
}

div#footerContent p a{
    color: #cfcfcf;
}
div#footerContent p a:hover{
    color: #ffffff;
}
div#shoppingBasket a {
    color: #ffffff;
    float: right;
}

/* =body */
body {
    
    background: url('../assets/img/background.jpg')  repeat-x #ffffff;
    font-family: Helvetica;
}

/* =dd */
dd{
    padding-left:0.5em;
}

/* =div */
div#footer {
    background: url('../images/footerBar.jpg') repeat-x #037e60;
    height: 50px;
    width: 100%;
}
div#footerContent{
    margin: 0 auto;
/*    width: 732px; */
    width: 960px; 
}
div#mainContent {
    background: #ffffff;
    border: solid 8px #d1d7dd;
    margin: 0 auto 40px auto;
    height: 100% !important;
    height: 455px;
    min-height: 455px;
/*    width: 718px; */
    width: 946px;
}
div#templateChooser {
    width: 75%;
    float: right;
}
div#title {
    padding-top:8px;
    height: 82px;
    margin: 0 auto;
/*  width: 732px; */
 width: 960px; 
}
div#bcSearchResults
{
    padding: 5px;
    display: block;
    float: right;
    width: 80%;
}

div#leftCol1
{
    display: block;
    float: left;
    width: 140px;
    padding: 15px;
    background-color: #999999;
}

div#rightCol
{
    display: block;
    float: right;
    width: 150px;
    padding: 15px;
    background-color: #999999;
}
div#businessCardDesigner
{
    background-color: #999999;
    height:auto;

    align: right;
}
div#pageCount{
    display: block;
    float: right;
    width: 75%;
}
div#shoppingBasket{
    display: inline;
    clear: none;
    color: #ffffff;
    float: right;
    font-size: 0.8em;
    height: 60px;
    margin-top: -70px;
    width: 200px;
}
div#sbTotal{
    clear: both;
    float: right;
    font-size: 0.7em;
}
div#map{
    display:block;
    height: 300px;
    margin: 0 auto;
    width: 100%;
}
div#scrollable
{
    height: 200px;
    border: #d1d7dd 1px solid;
    overflow:auto;
}
div.shadow{
    -webkit-box-shadow: 0px 0px 10px #222;
    -moz-box-shadow: 0px 0px 10px #222;
    -o-box-shadow: 0px 0px 10px #222;
    -icab-box-shadow: 0px 0px 10px #222;
    -khtml-box-shadow: 0px 0px 10px #222;
    margin: 0 auto;
/*    width: 734px; */
    width: 962px; 

}
div.addABack
{
    padding: 20px;
}
div.addABack h2
{
    margin: -0px;
    text-transform:none;
}
div.addABack h2.center
{
    padding-left: 252px;
}
div.addABack img.preview
{
    margin: 0 0 0 178px;
    padding: 0;
    border: 1px solid #D1D7DD;
}
div.addABack td
{
    padding-bottom:10px;
}
/* =dl */
dl{
    font-size: 0.85em;
    margin: 10px;
}

/* =dt */
dt{
    font-weight: bold;
}

/* =fieldset */
fieldset{
    border: none;
}

/* =form */
form#reorderEmail{
    margin: 0 0 0 10px;
}

.LogoHeader {
    background: url('../images/logo.jpg') no-repeat;
    clear: none;
    height: 77px;
    width: 132px;
}



/* =h1 */
/* h1 {
    background: url('../images/logo.jpg') no-repeat;
    clear: none;
    height: 77px;
    width: 132px;
} */
h1 {
    background: url('../assets/img/KP-Logo-thumb.png') no-repeat;
    clear: none;
    height: 77px;
    width: 136px;
}
/* =h2 */
h2 {
    color: #00b296;
    margin: 10px 0 7px 10px;
    font-size: 1.2em;
    text-transform: none;
    width: 100%;
}

/* =h3 */
h3{
    font-size: 0.9em;
    margin: 10px 0 5px 0;
}
/* =h4 */
h4{
    font-size: 0.7em;
    margin: 10px 0 5px 0;
}
/* =h5 */
h5{
    font-size: 0.85em;
    margin: 10px 0 5px 0;
}
h6
{
    font-size:0.9em;
    margin: 10px 0 5px 0;
}
li.activeCatagory h3{
    border: solid 8px #d1d7dd;
    border-bottom: 0;
    color: #595959;
    font-size: 0.9em;
    margin: none;
    padding: 3px 0 10px 0;
    text-align: center;
    width: 40%;
}
li.hiddenCatagory h3{
    background: url('../images/navigationBG.jpg');
    border-bottom: solid 8px #d1d7dd;
    border-left: solid 8px #d1d7dd;
    color: #ffffff;
    font-size: 0.9em;
    float: right;
    margin: none;
    margin-top: -6px;
    padding: 9px 10px 3px 11px;
    text-align: center;
    width: 40%;
}

/* =html */
html{
    height: 100%;
    background: #037e60;
}

/* =img */
div#templateChooser a img{
    border: solid 1px #595959;
}
a img{
    border: none;
}

/* =label */
label{
    font-size: 0.8em;
}

/* =li */
ul#navigation li {
    color: #ffffff;
    float: left;
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    top: 16px;
    text-align: center;
    width: 16%;
}

ul.indexContent li, div.indexContent {
    border: solid 8px #d1d7dd;
    list-style: none;
}

div.indexContent {
    padding: 0;
}

marquee
{
    margin: 10px 0;
}

li#uploadADesign {
    -webkit-box-shadow: 0px 0px 10px #555;
    -moz-box-shadow: 0px 0px 10px #555;
    -o-box-shadow: 0px 0px 10px #555;
    -icab-box-shadow: 0px 0px 10px #555;
    -khtml-box-shadow: 0px 0px 10px #555;
    margin-bottom: 10px;
    margin-top: -30px;
    width: 473px;
    float: right;
}
li#addABack, li.card, li.header {
    -webkit-box-shadow: 0px 0px 10px #555;
    -moz-box-shadow: 0px 0px 10px #555;
    -o-box-shadow: 0px 0px 10px #555;
    -icab-box-shadow: 0px 0px 10px #555;
    -khtml-box-shadow: 0px 0px 10px #555;
}

li#addABack, li.card, li.header, li.header2 {
    margin-bottom: 10px;
    margin-top: -30px;
    width: 123px;
    float: left;
}

li.card {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 9px;
}

li.header, li.header2 {
    border: 0;
    float: left;
    margin: 0;
/*    width: 718px; */
    width: 946px; 

}

li.header h2 {
    font-size: 12px;
}

span.pageNumbers ol li {
    display: inline;
}
ol.catagories li {
    font-size: 0.6em;
}
li.activeCatagory {
    width: 16%;
}
li.hiddenCatagory {
    width: 22%;
    position: relative;
    top:-232px;
}
div#mainContent ul li{
    font-size: 0.8em;
    list-style: disc;
    list-style-position:inside;
    text-indent: 1em;
}
div#mainContent ol li{
    font-size: 0.8em;
    list-style: decimal;
    list-style-position:inside;
    text-indent: 1em;
}
ul#indexContent li{
    border: solid 8px #d1d7dd;
    list-style: none !important;
    text-indent: 0 !important;
}
ul#catagoryList li{
    list-style: none !important;
}
ul#previousOrders li{
    list-style: none !important;
}

/* =ol */
span.pageNumbers ol {
    display: inline;
}
li.activeCatagory ol {
    border: solid 8px #d1d7dd;
    border-top: 0;
}
li.hiddenCatagory ol {
    display: none;
}

/* =p */
p{
    font-size: 0.8em;
}
div#mainContent p{
    margin: 10px;
}
div#footerContent p{
    color: #cfcfcf;
    font-size: 0.7em;
}
p.copyright {
    display: block;
    float: left;
    padding: 13px 0 20px 0;
}
p.footerContact {
    display: block;
    float: right;
    padding: 13px 0 20px 0;
}

/* =select */
table#cartOverview td.left select{
    width:250px;
}

/* =span */
span.hideText {
    display: none;
}
span.pageNumbers {
    display: block;
    font-size: 0.7em;
}
span.sbPrice {
    font-size: 2em;
    line-height: 1.4em;
    padding-left: 3px;
}
.PhoneNO {
    font-size: 2em;
    line-height: 1.4em;
    color: #ffffff;
}
span.smallText
{
    font-size: 10px;
}

/* =table */
table#cartOverview {
    border-spacing: 0;
    margin: 0 auto;
    padding: none;
    text-align: center;
    width: 90%;
}
table#productOptions {

}
table.pricingTable{
    background: #f7f7f7;
    border-spacing: 0;
    font-size: 0.7em;
    margin: 10px auto 20px auto;
    width:95%;
}
ul#previousOrders table {
    background: #f7f7f7;
    font-size: 1em;
    margin: 0 0 20px 10px;
    width: 460px;
}

/* =tbody */
table#cartOverview tbody{
    font-size: 0.8em;
}
table#productOptions tbody{
    font-size: 0.8em;
    vertical-align: top;
}


/* =td */
table#cartOverview td{
    padding: 2px 0;
}
td.left{
    text-align: left;
}
td.right{
    padding: 0 3px !important;
    text-align: right;
}
table#productOptions td{
    padding: 2px;
}
table.pricingTable td{
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 2px;
    text-align: right;
    width: 7%;
}
table.pricingTable td.firstColumn{
    background: #d1d7dd;
    border-left: 1px solid #ffffff;
    padding-left: 10px;
    text-align: left;
    width: 30%;
}
table.pricingTable td.firstRow{
    background: #d1d7dd;
}
table.pricingTable td.firstColumn1{
    background: #d1d7dd;
    border-left: 1px solid #ffffff;
    padding-left: 10px;
    text-align: left;
    width: 20%;
}
table.pricingTable td.firstRow1{
    background: #d1d7dd;
    width: 20%;
}
.discountRow
{
    color: red;
}
ul#previousOrders td{
    padding: 5px;
}

/* =thead */
table#cartOverview thead{
    background: url('../images/tableHeadBG.jpg') repeat-x #373737;
    color: #ffffff;
    font-size: 0.8em;
    font-weight: normal;
    height: 25px;
    margin: 0;
    padding: none;
}
table.pricingTable thead{
    background: url('../images/tableHeadBG.jpg') repeat-x #373737;
    color: white;
    height: 25px;
    text-align: left;
}
ul#previousOrders thead{
    background: url('../images/tableHeadBG.jpg') repeat-x #373737;
    color: white;
    height: 25px;
    text-align: left;
}

/* =th */
table#cartOverview th{
    border: 1px solid #d1d7dd;
    border-right: none;
    height: 25px;
    margin: 0;
    padding: none;
}
table#cartOverview tfoot th{
    border: none;
    font-size: 0.7em;
    padding: 0 3px;
    text-align: right;
}
table#cartOverview tfoot th.totalPrice{
    font-size: 1.3em;
    text-align: center;
}
table#cartOverview tfoot th.deliveryPrice{
    font-size: 0.9em;
    text-align: center;
}
table#productOptions th{

}
table.pricingTable th{
    border: 1px solid #ffffff;
    height: 25px;
    padding-left: 10px;
}
ul#previousOrders th{
    padding-left: 10px;
}
ul#previousOrders th{
    height: 25px;
}

/* =tr */
table#cartOverview tr{
    padding: none;
}
tr.scFirstRow{
    height: 50px;
    vertical-align: bottom;
}
tr.scSecondRow{
    vertical-align: top;
}

/* =ul */
ul#navigation {
    background: url('../images/navigationBG.jpg') repeat-x #373737;
    border: solid 1px #ffffff;
    border-bottom: 0;
    height: 40px;
    margin: 0 auto;
/*    width: 732px; */
 width: 960px; 
}
ul.indexContent{
    margin: 0 auto;
    height: 100% !important;
    /*height: 460px;
    min-height: 460px;*/
    width: 734px;
}
ul#catagoryList{
    display: block;
}

.cardThumb
{
    width: 124px;
    height: 83px;
}
.cardHover
{
    width: 323px;
    height: 216px;
}
#screenshot
{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}
.browseBy
{
    border: solid 4px #d1d7dd;
    border-bottom: 0;
    color: #595959;
    font-size: 0.9em;
    margin: none;
    padding: 3px 0 10px 0;
    text-align: center;
    width: 15%;
}


div#instructions
{
    border: dashed 1px #00B296;
    padding: 0 10px 10px 10px;
    margin: 10px;
}

div#instructions ul li
{
    list-style: none;
    padding-top: 5px;
}

.businessCard
{
    border: 1px solid #D1D7DD;
    margin: 2px;
    padding: 5px;
}

.businessCardBack
{
    border: 1px solid #D1D7DD;
    padding: 0;
    margin: 2px;
}

.input-org
{
    background: url('../images/input_390_bg.gif') no-repeat top left;
    margin: 0 0 10px 0;
    clear: left;
    width: 339px;
    height: 25px;
    padding: 11px;
    font-size: 15px;
    border: none;
}

.input-bg
{
    background: url('../assets/img/input-bg.gif') no-repeat top left;
    margin:0px;
    border:0px;
    border-width:0px;
    padding-top:5px;
    padding-left:10px;
    width: 325px;
    height: 25px;
}

.input-125-bg
{
    background: url('../assets/img/input-125-bg.png') no-repeat top left;
    margin:0px;
    padding:0px;
    border:0px;
    border-width:0px;
    padding-left:10px;
    width: 125px;
    height: 30px;
}

.textarea
{
	vertical-align:top;
	font-weight:normal;
	width: 315px;
	height: 75px;
	padding-left:5px;
	padding-bottom:15px;
	border:0;
	float:left;
	background:url(../assets/img/textarea-bg.gif);
	background-repeat: no-repeat;
}

.submit-bg
{
    background: url('../assets/img/input-bg.gif') no-repeat top left;
    margin:0px;
    padding:3px;
    border:0px;
    border-width:0px;
    padding-left:10px;
    padding-right:10px;
    align:center;
    valign:top;
    width: 325px;
    height: 30px;
    font-weight:bold;
}

.submit-125-bg
{
    background: url('../assets/img/input-125-bg.png') no-repeat top left;
    margin:0px;
    padding:3px;
    padding-left:10px;
    padding-right:10px;
    align:center;
    valign:top;
    width: 125px;
    height: 30px;
    font-weight:bold;
}

.submit-200-bg
{
    background: url('../assets/img/input-200-bg.png') no-repeat top left;
    margin:0px;
    padding:3px;
    padding-left:10px;
    padding-right:10px;
    align:center;
    valign:top;
    width: 200px;
    height: 30px;
    font-weight:bold;
}


.input150
{
    background: url('../images/input_150_bg.gif') no-repeat top left;
    width: 128px;
}
.input300
{
    background: url('../images/input_300_bg.gif') no-repeat top left;
    margin: 0 0 10px 0;
    clear: left;
    width: 300px;
    height: 25px;
    padding: 11px;
    font-size: 15px;
    border: none;
}
.input100
{
    background: url('../images/input_150_bg.gif') no-repeat top left;
    width: 100px;
}

.submit
{
    background: url('../images/submit_btn_bg.jpg') no-repeat top left !important;
    clear: both !important;
    width: 90px !important;
    height: 42px !important;
    padding: 11px !important;
    font-size: 14px !important;
    border: none !important;
    color: #FFF !important;
    display: block;
    text-align: center;
}
.searchinput
{
    background: url('../images/input_150_bg.gif') no-repeat top left;
    margin: 0 0 10px 0;
    clear: left;
    width: 339px;
    height: 25px;
    padding: 11px;
    font-size: 15px;
    border: none;
}
.searchbtn
{
    background: url('../images/submit_btn_bg.jpg') no-repeat top left !important;
    clear: both !important;
    width: 128px !important;
    height: 42px !important;
    padding: 11px !important;
    font-size: 14px !important;
    border: none !important;
    color: #FFF !important;
    display: block;
    text-align: center;
}

.styledButton
{
    background: url('../images/submit_btn_bg.jpg') no-repeat top left !important;
    clear: both !important;
    width: 90px !important;
    height: 42px !important;
    padding-top: 13px !important;
    font-size: 14px !important;
    border: none !important;
    margin-top: 25px;
    margin-left: 10px;
    
}
.styledButton a
{
    color: #FFF !important;
    display: block;
    text-align: center;
}

.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}

.update
{
    background: none;
    width: auto;
    color: #00B296;
    margin-top: -15px;
    height: auto;
    font-weight:bold;
}
.px10
{
    font-size:10px;
}
.clearBoth
{
    clear: both;
}

.marginTop25
{
    margin-top: 25px;
}

.radioButton
{
    width: 40px;
}

input.radioButton
{
    width: 40px;
    float: left;
}

#ApproveCheckbox
{
	border:0;
	border-width:0px;
	width: 20px;
	height: 20px;
}

/* ################################################################## */
/* #### BEGIN NAVIGATION SUBMENU BY IWAN HEKKENBERG @ 19-11-2010 #### */
/* ################################################################## */
#navigation li ul {
 position: absolute;
 left:     -999em;
}
ul#navigation li {
    color: #575758;
    float: left;
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    top: 16px;
    text-align: center;
    width: 122px;
}
ul#navigation li a {
    color: #ffffff;
}

ul#SubNavigation li {
    color: #373737;
    float: left;
    font-size: 0.85em;
    position: relative;
    text-align: left;
    width: 175px;
}
ul#SubNavigation li a {
    color: #575758;
    font-size: 1.25em;
   line-height: 20px;
    margin-left: 8px;
}

/* Display sub menus when the mouse hovers over the top menu item (Used by JavaScript) */
#navigation li:hover ul, #navigation li.showMenu ul { left: auto; }

.subMenu {
 background-color: #FFFFFF;
 color: #575758;
 margin-left: 8px; /* Add space at the left side to replace border sub menus */
 width: 150px;  /* Set the width of the sub menus */
 height: 140px;  /* Set the width of the sub menus */
}
.subMenuLink  {
 color: #575758;
}
.subMenu a:hover {
 color: #575758;
}

/* ################################################################## */
/* ##### END NAVIGATION SUBMENU BY IWAN HEKKENBERG @ 19-11-2010 ##### */
/* ################################################################## */

