body{
	background-color: #262626;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 10pt;
}

img{
	border: 0;
}

h1{
	font-size: 21px;
	font-weight: normal;
	margin-left: 15px;
	margin-top: 20px;
	text-align: left;
}

h2{
	font-size: 18px;
	color: #383838;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3{
	font-size: 14px;
	font-weight: 600;
	margin: 5px;
	color: #336699;
}

/****************************************************** <Standaard url opmaak> **************************************************************/
a, a:visited {
	color: #383838;
	outline: none;
	text-decoration: underline;
}

a:hover, a:active{
	color: #383838;
	text-decoration: none;
}

/****************************************************** </Standaard url opmaak> **************************************************************/
div#headercontainer{
	width: 100%;
	text-align: right;
}
	div#header{
		z-index: 10;
		height: 173px;
		width: 900px;
		background:url('../../img/us/header.jpg');
		background-repeat: no-repeat;
		position: absolute;
		left: 50%;
		margin-left: -450px;
	}
    
	div#leftheader{
		z-index:0;
		position: absolute;
		background:url('../../img/us/leftheaderbg.jpg');
		background-position: right top;
		background-repeat: repeat-x;
		background-color: #161415;
		left: 0;
		width: 50%;
		padding-right: 22px;
		height: 173px;
	}
	div#rightheader{
		z-index:0;
		position: absolute;
		background:url('../../img/us/rightheaderbg.jpg');
		background-position: left top;
		background-repeat: repeat-x;
		background-color: #080705;
		right: 0;
		width: 50%;
		padding-left: 100px;
		height: 173px;
	}
	
div#navigatiecontainer{
	margin-top: 173px;
	position: absolute;
	background-color: #000000;
	width: 100%;
	height: 26px;
	border-top: 1px solid #a09a3d;
	border-bottom: 1px solid #a09a3d;
}
	div#navigatiebg{
		background: #000000;
		border-left: 1px solid #a09a3d;
		border-right: 1px solid #a09a3d;
        height: 26px;
        line-height:26px;
		margin: 0 auto 0 auto;
        padding:0;
        width: 898px;
	}

    div#navigatiebg .chosenitems {
        float:left;
        display:inline-block;
        font-size: 10pt;
        line-height: 15px;
        margin:0 auto 0 auto;
		padding-top: 5px;
		padding-left: 5px;
        width:100px;
    }

    div#navigatiebg .chosenitems a {
        color:red;
    }

    div.navbuttons
    {
        float:right;
		padding-top:1px;
        /*width:100px;*/
    }

    div.navbuttons input[type="button"]
    {
        float:right;
    }

		div#navigatie{
            height:26px;
			width: 537px;
		}
            
			/*div#navigatie a.navitem:link, a.navitem:visited{
				display: block;
				height: 26px;
				text-decoration: none;
				background-color: #000000;
				color: #ffffff;
				border: 1px solid #a09a3d;
				border-top: 0px;
				float: left;
				padding: 3px 15px 3px 15px;
			}
			div#navigatie a.navitem:hover, a.navitem:active {
				text-decoration: none;	
				background-color: #ffffff;
				color: #000000;
			}*/

        div#navigatie .navitem {
            height:26px;
            border-width:0 1px 0 0;
            border-color:#a09a3d;
            border-style:none solid;
            float: left;
            font-size:10pt;
            margin:0px;
            padding:0px;
            text-align:center;
        }

        div#navigatie .navitem a {
            background-color: #000000;
            border:none;
            color: #ffffff;
            display:block;
            font-size:12pt;
            line-height:25px;
            margin:0px;
            outline:none;
            padding:0px 1em 1px 1em;
            text-decoration:none;
        }

        div#navigatie .navitem a:hover {
            text-decoration: none;
            background-color: #ffffff;
            color: #000000;
        }
        
		div#logindiv{
            float:right;
			/*width: 361px;*/
			/*height: 26px;*/
		}

            div#logindiv form {
                margin:0;
                padding:0;
            }

            div#logindiv .chosenitems a {
                color:red;
                text-decoration:none;
            }

			a.cilink:link, a.cilink:visited{
				color: #ffffff;
				text-decoration: none;
				outline: none;
				line-height: 24px;
			}
			a.cilink:hover, a.cilink:active{
				color: #ff0000;
			}

            div.loginspinner {
                background:url(../../img/us/loginspinner.gif) no-repeat center left;
                color:red;
                float:left;
                height:26px;
                margin:0;
                padding:0;
                text-indent:18px;
            }
			
			div#logindiv .loginbtns{
                float:right;
				/*height:26px;*/
				text-align: center;
				width: 280px;
			}
            
            div#logindiv .loginbtns form label {
                color:#383838;
                display:inline-block;
                float:left;
                width:5em;
                font-weight:normal;
				padding-top:3px;
            }

            div#logindiv .loginbtns form input[type="text"] {
                float:left;
                margin:3px 5px 0 5px;
                padding:0;
                width:10em;
            }

            div#logindiv .loginbtns form input[type="password"]
            {
                float:left;
                margin:3px 5px 0 5px;
                padding:0;
                width:10em;
            }

            div#logindiv .loginbtns form .password
            {
                float:left;
				margin-left:8px;
            }

            div#logindiv .loginbtns form .sbmt
            {
                float:right;
            }

div#contentcontainer{
	margin-top: 200px;
	position: absolute;
	width: 100%;
}
	div#content{
		width: 898px;
		margin: 0 auto 0 auto;
		background:url('../../img/us/contenttopbg.jpg');
		background-repeat: repeat-x;
		background-color: #ffffff;
		border: 1px solid #a09a3d;
		color: #383838;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}
		div#content .welkomsttekst{
			width: 698px;
		}
			div#content .welkomsttekst p {
				margin-left: 40px;
				margin-bottom: 25px;
			}
		div#content .deliverinfo{
			width: 200px;
			text-align: center;
		}

		
		div#content .seperator{
			display: block;
			width: 100%;
			height: 7px;
			background:url('../../img/us/seperator.jpg');
			background-repeat: no-repeat;
			margin-top: 20px;
		}
		
		div#content .flashmovie{
			width: 100%;
		}
		
a.bigbutton, a.bigbutton:visited{
			display: inline-block;
			width: 125px;
			height: 31px;
			background:url('../../img/us/button.jpg') no-repeat 0 0;
			cursor: pointer;
			color: #ffffff;
			text-align: center;
			font-size: 14px;
			font-weight: bold;
			line-height: 30px;
			text-decoration: none;
			border:0;
			padding:0;
			margin:0;
		}

    a.bigbutton:hover, a.bigbutton:active{
		background-position: 0 -31px;
		color: #383838;
		text-decoration: none;
	}

a.homepagebutton
{
    margin:0 0 0 40px !important;
}

/*  Testimonials  */
div.usersays{
	width: 878px;
	margin-left: 20px;
}
	div.usersays .usersaysname{
	width: 125px;
	color: #a09a3d;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
	}
	div.usersays .usersaystekst{
		width: 500px;

	}
		
div#articlecontainer{
/* 898px */
	width: 867px;
	margin-left: 5px;
	padding: 10px;
}
	div#articlecontainer .article{
		width: 277px;
		height: 150px;
		margin: 5px;
		border: 1px dotted #a09a3d;
	}	
	div#articlecontainer .article:hover{
		border: 1px solid #a09a3d;
		background-color: #f8f8f8;
	}
		
		
		
.floatleft{
	float: left;
}
.floatright{
	float:right;
}

.clearleft {
    clear:left;
}

.clearright {
    clear:right;
}

.clearboth{
	clear: both;
}

/************************************************************** <Nieuwe css> ****************************************************************/
/* Bewerkt:
	Paginas:
		elements/flashstoremovie.ctp
		paginas/shop.ctp
		paginas/information.ctp
		paginas/chosenitems.ctp
		paginas/myaccount.ctp
		paginas/productinfo.ctp
		
	css classes:
		div#content .flashmovie
		div#content .seperator
		body
		h2
*/
/************************************************************** </Nieuwe css> ****************************************************************/
/************************************************************** <Nieuwere css> ****************************************************************/
/* Bewerkt:
	Paginas:
		paginas/contact.ctp
		
	css classes:
		a.bigbutton
		a, a:visited & a:hover, a:active (Standaard url opmaak) is toegevoegd bovenaan de pagina
*/
/************************************************************** </Nieuwere css> ****************************************************************/

/***************************************************** ALLES WAT HIERONDER STAAT IS NIEUW ********************************************************/
div#previewshop{
	width: 858px;
	height: 155px;
	margin-left: 20px;
}
	div#previewshop .previewshopleftbg{
		width: 15px;
		height: 155px;
		background:url('../../img/us/preview_shop_left_bg.jpg');
		background-position: bottom;
		background-repeat: no-repeat;
	}
	div#previewshop .previewshoprightbg{
		width: 15px;
		height: 155px;
		background:url('../../img/us/preview_shop_right_bg.jpg');
		background-position: bottom;
		background-repeat: no-repeat;
	}
	div#previewshop .previewshoparticles{
		width: 828px;
		height: 155px;
		line-height: 15px;
		background:url('../../img/us/preview_shop_center_bg.jpg');
		background-position: bottom;
		background-repeat: repeat-x;
	}
		div.previewshoparticles .article{
			width: 138px;
			height: 147px;
		}
        div.shoparticles .article{
            width: 138px;
            height: 154px;
        }
			div.article .articletop{
				width: 127px;
				height: 106px;
				padding-top: 4px;
				background:url('../../img/us/article_bg.jpg');
				background-repeat: no-repeat;
				background-position: center;
				text-align: center;
                cursor:pointer;
			}
			div.article .articletop:hover{
				background:url('../../img/us/article_bg2.jpg');
				background-repeat: no-repeat;
				background-position: center;
			}
			div.article .articlebottom{
				width: 128px;

				margin-right: 7px;
				margin-top: -4px;
				text-align: right;
				font-size: 12px;
				color: #6e6e6e;
			}
				div.articlebottom .extrainfo{
					margin-left: 5px;
					margin-top: 2px;
					font-size: 10px;
					text-align: left;
				}
				div.articlebottom .price{
					font-size: 14px;
					color: #5A5A5A;
					font-weight: bold;
				}
div#shop{
	width: 858px;
	padding-left: 40px;
	padding-top: 20px;
	line-height: 16px;
}
	div#shop .shopcategories{
		font-size: 15px;
		width: 150px;
	}
		div.shopcategories label{
			display:inline;
			zoom:1;
			display:inline-block;
			width: 120px;
			cursor: pointer;
			margin-bottom:7px;
		}
			div.shopcategories label:hover{
				color:#686868;
			}
		div.shopcategories input
		{
			cursor: pointer;
			margin-bottom:7px
		}
		div.shopcategories .category{
			margin-bottom: 10px;
		}
	div#shop .shoparticles{
		width: 690px;
	}
	
	

div.informationpage{
	width:850px;
	margin-left:40px;
}

    div.informationpage .bigpic {
        width:350px;
    }

    div.informationpage .smallpic {
        background:url('../../img/us/article_bg.jpg') no-repeat center;
        height:106px;
        cursor:pointer;
        margin:0 0 5px 0;
        padding:4px 0 0 0;
        text-align:center;
        width:127px;
    }

    div.informationpage .smallpic:hover{
        background:url('../../img/us/article_bg2.jpg')  no-repeat center;
    }

    div.informationpage .smallpic img {
        margin:0;
        padding:0;
    }

	div.informationpage .step{
		width: 244px;
		height: 200px;
		background:url('../../img/us/information_steps_bg.jpg');
		background-repeat: no-repeat;
        background-position:bottom;
	}
		div.step .steptitle{
			color: #a09a3d;
			font-size: 15px;
			font-weight: bold;
			text-align: center;
			margin-bottom: 7px;
		}
		div.step .steptext{
			color: #383838;
			font-size: 12px;
			text-align: center;
            vertical-align:middle;
			height:70px;
            padding-left:5px;
            padding-right:5px;
		}
		div.step .stepimage{
			text-align: center;
		}
	div.informationpage .steparrow{
		width: 40px;
		height: 36px;
		margin-right: 3px;
		margin-top: 40px;
		background:url('../../img/us/information_steps_arrow.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	div.informationpage .informationleftside{
		width: 565px;
	}
	div.informationpage .informationrightside{
		width: 265px;
		text-align: center;
	}

    /* Chosen items */
div.chosenitems_chosen{
		border: 1px solid #a09a3d;
		border-bottom:none;
		float:left;
		font-size: 8pt;
		line-height:26px;
		margin-left:30px;
		padding:0;
		text-align: center;
		width: 835px;
	}
	
div.chosenitems_chosen .header {
    background:#E5E4E0;
    font-size:12pt;
    line-height:1em;
    margin:0;
    padding:5px 0 5px 0;
    text-indent:5px;
}

div.chosenitems_chosen .header .article {
    float:left;
    width:200px;
}

div.chosenitems_chosen .header .description {
    float:left;
    width:300px;
}

div.chosenitems_chosen .header .amount {
    float:left;
    width:100px;
}

div.chosenitems_chosen .header .price {
    float:left;
    width:100px;
}

div.chosenitems_chosen .header .edit {
    float:left;
    width:100px;
}

div.chosenitems_chosen .body {
    text-indent:5px;
}

div.chosenitems_chosen .body .item {
    border-bottom:1px dotted #d0cd9f;
}

div.chosenitems_chosen .body .item .article {
    display:inline-block;
    float:left;
    vertical-align:top;
    width:200px;
}

div.chosenitems_chosen .body .item .article .thumb {
    background:url('../../img/us/article_bg.jpg') no-repeat center;
    display:inline-block;
    height:106px;
    margin:10px 0 5px 10px;
    padding:2px 0 0 0;
    text-align:center;
    width:127px;
}

div.chosenitems_chosen .body .item .article .thumb:hover {
    background:url('../../img/us/article_bg2.jpg') no-repeat center;
}

div.chosenitems_chosen .body .item .article .thumb img {
    /*display:inline-block;*/
    height:90px;
    margin:7px auto 7px auto;
    width:96px;
}

div.chosenitems_chosen .body .item .description {
    display:inline-block;
    float:left;
    vertical-align:top;
    width:300px;
}

div.chosenitems_chosen .body .item .description p {
    margin:10px 0 0 0;
    padding:0 10px 0 0;
	text-align:left;
}

div.chosenitems_chosen .body .item .amount {
    display:inline-block;
    float:left;
    vertical-align:top;
    width:100px;
}

div.chosenitems_chosen .body .item .amount select{
    margin:10px 0 0 0;
    padding:0;
    vertical-align:top;
    width:70px;
}

div.chosenitems_chosen .body .item .price {
    display:inline-block;
    float:left;
    margin:5px 0 0 0;
    padding:0;
    vertical-align:top;
    width:90px;
}

div.chosenitems_chosen .body .item .edit {
    display:inline-block;
    float:left;
    margin:5px 0 0 0;
    padding:0;
    vertical-align:top;
    width:90px;
}

	div#totalvaluearticles{
		margin:10px 50px 0 0;
		text-align: right;
	}
	div#totalvaluearticles .value{
		font-size: 21px;
	}

    div#buttons
    {
        margin:10px 40px 0 0;
		text-align: right;
    }

    div#buttons a.bigbutton
    {
        display:inline-block;
    }

    div#buttons input[type="submit"]
    {
        display:inline-block;
    }

	div.productdescription{
		width: 340px;
	}
		div.productdescription .producttext{
			/*height: 230px;*/
		}
		div.productdescription .productinfo{
			font-size: 12pt;
            line-height:2em;
		}

        div.productdescription .productinfo label{
            float:left;
            display:block;
            margin:0 0.5em 0 0;
            padding:0;
            width:3.5em;
        }

        div.productdescription .productinfo {
            font-size:16pt;
            margin:0;
            padding:0;
        }

        div.productdescription .productinfo .price {
            float:left;
            font-weight:bold;
            margin:0 0.5em 0 0;
            padding:0;
            width:3.5em;
        }
			div.productdescription .productinfo .price h2{
				margin:0px;
				width:3.5em;
			}

        div.productdescription .productinfo .amount {
            float:left;
			padding-top:8px;
        }

        div.productdescription .productinfo select {
            line-height:1em;
            margin:0.5em 0 0.5em 0;
            width:4em;
        }

	div.productphoto{
		width: 365px;
		text-align: center;
	}
	div.productthumbs{
		width: 125px;
	}
	
/****************************************************** Tweede ronde **************************************************************/
div#contactcontainer{
	margin-left: 40px;
	width: 830px;
}
	divdiv#contactcontainer .contactform{
		width: 480px;
	}

    div#contactcontainer .contactform .input {
        margin: 0 0 5px 25px;
    }

    div#contactcontainer .contactform label {
        display:block;
        float:left;
        margin-right:0.5em;
        width:9.5em;
    }

    div#contactcontainer .contactform .radios {
        float:left;
    }

    div#contactcontainer .contactform .radios label {
        float:none;
        display:inline;
    }

    /*div.contactform .input input[type=radio]{
        float:left;
        margin:5px;
    }*/

    div#contactcontainer .contactform fieldset {
        margin-bottom:10px;
    }

    div#contactcontainer .contactform .submit input[type=submit] {
        display: block;
        width: 125px;
        height: 31px;
        background:url('../../img/us/button.jpg');
        background-repeat: no-repeat;
        color: #ffffff;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        margin:0;
        padding:0px 0px 2px 0px;
        text-align: center;
    }

    div#contactcontainer .contactform .submit input[type=submit]:hover {
		background-position: 0 -31px;
		color: #383838;
		text-decoration: none;
        padding:0px 0px 2px 0px;
	}

	div.nexttocontactform{
		width: 350px;
	}

.redstar{
	color: #ff0000;
	font-size: 10px;
}

fieldset
{
	border: 1px solid #D0CD9F;
    margin:0;
    padding:5px;
}

legend
{
	color: #A09A3D;
    font-size: 16px;
    margin:0;
    padding:0;
}
/*input[type=submit]{
	display: block;
	width: 125px;
	height: 31px;
	background:url('../../img/us/button.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	border:0;
	padding:0;
}
input[type=submit]:hover{
	background-position: 0 -31px;
	color: #383838;
	text-decoration: none;
}*/

/* Addendum */

div.loginform {
    font-size:10pt;
    margin: 20px auto 0 auto;
    padding:0;
    width:21em;
}

    div.loginform form {
        margin:0;
        padding:0;
    }

    div.loginform .inputline {
        margin-bottom: 1em;
        line-height: 1em;
    }

    div.loginform fieldset {
        width: 19em;
        margin: 0 auto 0 auto;
        padding-bottom:0;
    }

    div.loginform legend {
        padding: 0.2em 0.5em 0.2em 0.5em;
    }

    div.loginform label {
        display: block;
        float: left;
        margin: 0 0.5em 0 0.5em;
        text-align: right;
        width: 4.5em;
    }

    div.loginform input[type="text"] {
        float:none;
        margin:0 0 10px 0;
        padding:0;
        width: 10em;
    }

    div.loginform input[type="password"] {
        float:none;
        margin:0 0 10px 0;
        padding:0;
        width: 10em;
    }

    div.loginform .submit input[type="submit"] {
        border:none;
        color:white;
        margin:10px 0 0 0;
        width:5em;
    }

    div.loginform .submit input:hover {
        background:white;
        color:black;
    }

div.message {
    background:#D0CFCD;
    border:1px solid black;
    color:black;
    line-height:1em;
    margin:20px;
    padding:0.5em 0 0.5em 0;
    text-align:center;
}

div.cmsmenu {
    color:white;
    font-size:12pt;
    margin-top:20px;
    width:170px;
}

div.cmsmenu .top {
    background:url('../../img/us/cmsmenutop.png') no-repeat top left;
    height:40px;
}

div.cmsmenu .top .title {
    color:#A09A3D;
    font-weight:bold;
    padding:15px 0 0 0;
    text-align:center;
}

div.cmsmenu .body{
    background:url('../../img/us/cmsmenubg.png') repeat-y top left;
}

div.cmsmenu .bottom {
    background:url('../../img/us/cmsmenubottom.png') no-repeat top left;
    height:40px;
}

    /*div.cmsmenu .body div {
        border-bottom:1px solid #262626;
        margin-left:20px;
        padding-bottom:5px;
        text-align:left;
        width:120px;
    }

    div.cmsmenu .body div.item {
        padding-top:5px;
    }*/

    div.cmsmenu .body ul {
        padding:0;
        margin:0;
		list-style-type: none;
    }

    div.cmsmenu .body ul li {
        border-bottom:1px solid #262626;
        display: block;
        margin: 0 auto 0 auto;
        padding:5px 0 5px 0;
        width:120px;
    }

    div.cmsmenu .body ul li.first {
        padding-top:0;
    }

    div.cmsmenu .body ul li.last {
        border-bottom:none;
        padding-bottom:0;
    }

    div.cmsmenu .body ul li a {
        color:white;
        text-decoration:none;
    }

    div.cmsmenu .body ul li a:hover {
        color:#A09A3D;
    }

div.cmsbody
{
    margin: 30px 0 0 0;
    padding-left:20px;
    width: 708px;
}

div.cmsbody .tags
{
    margin-bottom:10px;
}

div.cmsbody .tags .tag span
{
    display:inline-block;
    width:10em;
}

div.cmsbody .tags .tag a
{
    display:inline-block;
    width:5em;
}

div.addproduct {
    margin-top:20px;
}

div.addproduct input[type=button]{
    background-color:black;
    border:none;
    color:white;
    font-size:10pt;
    font-weight:bold;
    height:1.5em;
    line-height:1em;
    padding-bottom:0.2em;
}

div.addproductform {
    font-size:10pt;
    margin-top:20px;
    width:26em;
}

div.addproductform a {
    outline:none;
    color:black;
    float:right;
    text-decoration:none;
}

div.addproductform fieldset {
    border: 1px solid #D0CD9F;
    margin: 0 auto 10px auto;
    padding: 5px 5px 15px 5px;
    width:25em;
}

div.addproductform legend {
    color:#A09A3D;
    font-size:12pt;
    padding: 0.2em 0.5em 0.2em 0.5em;
}

div.addproductform label {
    display: block;
    float: left;
    margin: 0 0.5em 0 0;
    text-align: right;
    width:6em;
}

div.addproductform input {
    margin-bottom: 1em;
}

div.addproductform textArea {
    margin-bottom: 1em;
}

div.product {
    border:1px solid #A09A3D;
    font-size:10pt;
    margin:0 40px 10px 0;
}

div.product .header {
    background-color:#E5E4E0;
    font-weight:bold;
    padding:0;
    text-align:left;
}

div.product .header .headerpic {
    display:block;
    width:40px;
}

div.product .header span {
    cursor:pointer;
    display:block;
    padding:10px 0 0 10px;
}

div.product .header img {
    cursor:pointer;
    padding:5px 5px 2px 5px;
}

div.product .header a.button {
    display: block;
    width: 30px;
    height: 25px;
    margin: 5px 5px 5px 0;
    outline: none;
}

div.product .header a.button:hover{
    background-position: 0 -25px;
}

div.product .header a.editbutton{
    background:url('../../img/us/edittext.jpg') no-repeat;
}

div.product .header a.editprice{
    background:url('../../img/us/editprice.jpg') no-repeat;
}

div.product .header a.deleteproduct{
    background:url('../../img/us/deleteproduct.jpg') no-repeat;
}

div.product {
    background-color:#F2F2F2;
}

div.product .body .description {
    padding:5px;
    width:40%;
}

div.product .body .prices {
    margin:0 0 10px 10px;
    padding:0;
    width:15em;
}

div.product .body .prices .header {
    background-color:gray;
    border-top:1px solid black;
    border-left:1px solid black;
    border-right:1px solid black;
    font-weight:bold;
    line-height:1em;
    margin:0;
    padding:0.2em 0 0.2em 0;
    text-indent:0.5em;
}

div.product .body .prices .header label {
    float:left;
    display:block;
    margin:0;
    padding:0;
    width:5em;
}

div.product .body .prices span {
    display:block;
    float:left;
    text-indent:0.5em;
    width:5em;
}

div.product .body .prices .body
{
    border:1px solid black;
    padding:2px 0 2px 0;
}

div.product .body img {
    padding:10px;
}

div.product .body a {
    outline:none;
}

div.product .producttags
{
    clear:right;
    margin-left:50%;
}

div.product .body .producttags span
{
    display:inline-block;
    float:left;
    font-weight:bold;
    vertical-align:top;
    width:3em;
}

div.product .body .producttags ul
{
    display:inline-block;
    float:left;
    margin:0 0 0 2em;
    padding:0;
    vertical-align:top;
}

div.product .edit {
    border-top:1px solid #A09A3D;
    margin:10px;
    padding-top:10px;
}

div.product .editbody {
    width:48%;
}

div.product .editbody label {
    display:block;
    float:left;
    margin:0 0.5em 0 0;
    font-weight:bold;
    width:5.5em;
}

div.product .editbody .text {
    margin-bottom:1em;
}

div.product .editbody .submit input {
    margin-left:6em;
    width:5em;
}

div.product .editpictures {
    margin-top:35px;
    padding:10px;
    padding-bottom:0px;
    width:48%;
}

div.editpictures img {
    display:inline-block;
    margin:0 0 5px 0;
    padding:0;
}

div.product .editpictures a.deletepic {
    background:url('../../img/us/deleteproduct.jpg') no-repeat;
    display:inline-block;
    height:25px;
    margin:5px;
    padding:0;
    width:30px;
}

div.product .editpictures a.deletepic:hover {
    background-position:0 -25px;
}

div.product .editpictures .loading {
    height:19px;
    width:220px;
}

div.product .editpictures input {
    float:left;
    display:block;
}

div.product .editpictures .submit {
    float:left;
    margin:2px 0 0 5px;
}

div.product .editpictures .submit input {
    height:1.6em;
    padding-bottom:3px;
}

div.product .editprice form {
    margin:10px 0 0 0;
    padding:0;
}

div.product .editprice fieldset {
    border: 1px solid #D0CD9F;
    margin:0 0 10px 0;
    padding: 5px 5px 10px 5px;
    width:20em;
}

div.product .editprice legend {
    color:#A09A3D;
    font-size:12pt;
    margin:0;
    padding: 0.2em 0.5em 0.2em 0.5em;
}

div.product .editprice .input {
    margin:0 0 5px 10px;
    padding:0;
}

div.product .editprice .submit {
    margin:0;
    padding:0;
}

div.product .editprice label {
    display:block;
    float:left;
    margin-right:0.5em;
    padding:0;
    width:5em;
}

div.product .editprice .priceheader {
    font-weight:bold;
    width:11em;
}

div.product .editprice .price {
    width:16.5em;
}

div.product .editprice .price span {
    display:block;
    float:left;
    margin:0 0.5em 0 0;
    padding:0;
    text-indent:0.5em;
    width:5em;
}

div.product .edittags span
{
    display:inline-block;
    float:left;
    font-weight:bold;
    width:6em;
}

div.product .edittags .tags
{
    float:left;
    width:40em;
}

div.product .edittags .checkbox
{
    display:inline-block;
    font-size:10pt;
    font-weight:normal;
    margin:0 0 5px 0;
    width:10em;
}

div.product .edittags input[type=checkbox]
{
    display:block;
    float:left;
}
div.product .edittags label
{
    width:125px;
}
div.product .edittags label, div.product .edittags input[type=checkbox]
{
    font-size:12px;
    font-weight:normal;
    cursor:pointer;
}

div.product .edittags label:hover, div.product .edittags input[type=checkbox]:hover
{
    color:#000000;
}

div.product .submit {
    cursor:pointer;
    line-height:1em;
    font-size:10pt;
    font-weight:bold;
}

div.warning {
    color:red;
    font-size:12pt;
    font-weight:bold;
    text-align:center;
}

div.footer {
    font-size:10pt;
    line-height:1em;
    text-align:center;
    width:100%;
}

div.submit input[type=submit] {
    background:black;
    border:none;
    color:white;
    cursor:pointer;
    height:1.5em;
    line-height:1em;
    font-size:10pt;
    font-weight:bold;
}

div.submit input:hover {
    background:white;
    color:black;
}

div.footer a {
    color:black;
}

div#upload_target {
    display:none;
    height:0;
    margin:0;
    padding:0;
    width:0;
}

div.createcard {
    margin:0 auto 0 auto;
    padding:0;
    width:850px;
}

/* Registration form */
div.register {
    margin:0 auto 0 auto;
    width:800px;
}

div.register #passwordmessage
{
    display:inline-block;
    margin:0 0 0 0.5em;
    padding:0.5em;
}

div.register #emailmessage
{
    display:inline-block;
    margin:0 0 0 0.5em;
    padding:0.5em;
}

div.register form {
    padding:5px;
    margin:10px 0 0 0;
}

div.register fieldset {
    padding:5px;
    margin:0 0 10px 0;
}

div.register legend {
    padding:5px;
    margin:0;
    font-size:12pt;
}

div.register .input {
    margin:0 0 10px 15px;
}

div.address {
    display:inline-block;
}

div.register label {
    display:inline-block;
    line-height:2em;
    margin:0 0.5em 0 0;
    padding:0;
    width:9em;
}

div.register input[type="text"] {
    display:inline-block;
    width:150px;
}

div.register input[type="password"] {
    display:inline-block;
    width:150px;
}

div.register select {
    display:inline-block;
    width:150px;
}

div.addresscheckbox {
    display:inline-block;
    margin:-5px 0 0 10px;
    padding:0;
	padding-left: 20px;
}

div.addresscheckbox label {
    display:inline-block;
    line-height:16px;
    padding-left:25px;
    margin:10px 0;
}

div.register input[type="text,password"] {
    line-height:2em;
    margin:0;
    padding:0;
    width:10em;
}

div.register .submit input[type="submit"] {
    width: 125px;
    height: 31px;
    background:url('../../img/us/button.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
    color:white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding:0;
    margin:10px 0 0 0;
}

div.register .submit input[type="submit"]:hover {
    color: #383838;
    background-position:0 -31px;
}

div.register .error-message {
    background:silver;
    border:1px solid black;
    display:inline-block;
    line-height:1.8em;
    margin:0 0 0 10px;
    padding:0 5px;
}

/* My account */

div.welcome
{
    margin:0 30px 0 30px;
    padding:0;
}

div.mydata
{
    display:inline-block;
    margin:0;
    padding:0;
    width:424px;
	float:left;
}
div.rightside{
	padding-top:50px;
}
div.mydata .error-message
{
    background:silver;
    border:1px solid black;
    display:inline-block;
    margin:0 0 0 10px;
    padding:5px;
}

div.mydata h2
{
    margin:10px 0 10px 0;
    padding:0;
}

div.mydata form
{
    margin:0 0 10px 30px;
}

div.mydata fieldset
{
    margin:0 0 10px 0;
}

div.mydata fieldset label
{
    text-indent:10px;
}

div.mydata .text
{
    margin:0 0 10px 0;
    padding:0;
}

div.mydata .input
{
    margin:0 0 10px 0;
    padding:0;
}

div.mydata label
{
    display:inline-block;
    font-weight:bold;
    margin:0 1em 0 0;
    padding:0;
    margin-left: 0px;
    width:11em;
}

div.mydata p
{
    margin:0 0 0 40px;
    padding:0;
}

div.mydata a.bigbutton
{
    margin:10px 0 0 30px;
}
div.imagenexttomydata{
	display:inline-block;
	float:left;
	padding-top: 80px;
	padding-left: 120px;
}
div.mydataleft{
	float:left;
	width: 400px;
}
div.mydataright{
	float:left;
	width:400px;
}
div.submit input[type="submit"].bigbutton
{
    display: block;
    width: 125px;
    height: 31px;
    background:url('../../img/us/button.jpg') no-repeat 0 0;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    border:0;
    padding:0;
    margin:0;
}
div.submit input[type="submit"].bigbutton:hover
{
    background-position: 0 -31px;
    color: #383838;
    text-decoration: none;
}

div.headerdivider
{
	height: 100px;
    padding-right:10px;
}

div.userinfo
{
	clear:both;
    color:#ffffff;
	height:65px;
    padding-right:10px;
}

div.userinfo label
{
    color:#383838;
    font-weight:bold;
}

div.userinfo span
{
    color:#383838;
    font-style:italic;
}

div.userinfo .loginbtns .input
{
	margin:0px;
	padding:0px;
	margin-left:8px;
}

div.userinfo .loginbtns .loginmessage
{
    font-weight:bold;
    height:1.1em;
    text-align:left;
    width:100%;
}

div.userinfo .loginbtns .loginmessage span
{
     background-color:red;
     font-style:normal;
     padding-left:5px;
     padding-right:5px;
     margin-left:2px;
     color:#ffffff;
}

/* Merge */

div.orders
{
    border-top:1px solid black;
    border-left:1px solid black;
    margin:10px 40px 0 40px;
    padding:0;
    width:402px;
}

div.orders label
{
    background:silver;
    border-bottom:1px solid black;
    border-right:1px solid black;
    display:inline-block;
    margin:0;
    padding:0;
    text-indent:0;
    width:200px;
}

div.orders span
{
    border-bottom:1px solid black;
    border-right:1px solid black;
    display:inline-block;
    width:200px;
}

.previewboxH
{
	float: left;
	width: 249px;
	height: 159px;
	margin-right: 25px;
}

.previewboxH img
{
	border: 1px solid #a09a3d;
}

.previewboxV
{
	float: left;
	width: 159px;
	height: 249px;
	margin-right: 25px;
}

.previewboxV img
{
	border: 1px solid #a09a3d;
}

.CoptionsH
{
	margin-top: 25px;
	width: 525px;
}

.CoptionsV
{
	margin-top: 25px;
	width: 345px;
}

.CoptionsPrice
{
	border: 1px solid #a09a3d;
	width: 343px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.alignright
{
	text-align: right;
}

.productfield
{
	float: left;
	width: 280px;
	height: 18px;
	border-left: 1px solid #a09a3d;
	border-right: 1px solid #a09a3d;
	border-bottom: 1px solid #a09a3d;
}

.headerclass
{
	border-top: 1px solid #a09a3d;
}

.colored
{
	background: #E5E4E0;
}

.pricefield
{
	text-align: right;
	width: 80px;
	float: left;
	height: 18px;
	border-right: 1px solid #a09a3d;
	border-bottom: 1px solid #a09a3d;
}

.totalfield
{
	text-align: right;
	width: 161px;
	float: left;
	height: 18px;
	border-right: 1px solid #a09a3d;
	border-bottom: 1px solid #a09a3d;
}

.printjobdiv
{
	float: left;
	width: 160px;
	margin-right: 14px;
}

.printjobstretcher
{
	height: 57px;
}

form#addcard fieldset
{
	margin-bottom:10px;
}

form#addcard .input .select
{
    margin-bottom:5px;
}

form#addcard .input .select label
{
    display:inline-block;
    width:5em;
}

.paymentinput form fieldset div.input
{
    margin-bottom:5px;
}

.paymentinput label
{
	clear: left;
    display: block;
	float: left;
	text-indent:5px;
	width: 150px;
}

.paymentinput fieldset
{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 25px;
	width: 432px;
}

.paymentinput fieldset.ccinfo select
{
    width:50px;
}

.smalldivider
{
	height: 15px;
}

.paymentinput submit
{
	margin-top: 25px;
}

.paymentinput .error-message
{
	color: #990000;
	text-align: right;
	margin-right: 17px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.contactform .error-message
{
    color: #990000;
	text-align: right;
	margin-right: 53px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.checkbox_alt
{
	clear: left;
	float: left;
}

.card
{
    border-bottom:1px dotted #d0cd9f;
    margin:0;
    padding-bottom:10px;
}

.carddesign
{
    float:left;
    width:270px;
}

.body .carddesign
{
    margin-top:10px;
}

.carddesign img
{
    border:1px solid black;
    margin:0;
    padding:0;
}

.carddescription
{
    float:left;
    width:230px;
}

.body .carddescription
{
    margin-top:10px;
}

.body .carddescription .input
{
    margin-bottom:5px;
}

.body .carddescription label
{
    display:inline-block;
    font-weight:bold;
    margin:0;
    padding:0;
    width:9em;
}

.body .carddescription select
{
    display:inline-block;
    margin:0;
    padding:0;
    width:5em;
}

.cardamount
{
    float:left;
    width:100px;
}

.body .cardamount
{
    margin-top:10px;
}

.cardprice
{
    float:left;
    width:100px;
}

.body .cardprice
{
    margin-top:10px;
}

.cardedit
{
    float:left;
    /*width:100px;*/
}

.body .cardedit
{
    margin-top:10px;
}

div.edittags .tags
{
    margin-bottom:20px;
}

div.edittags .tags .tag span
{
    display:inline-block;
    font-weight:bold;
    vertical-align:top;
    width:10em;
}

div.edittags .tags .tag a
{
    display:inline-block;
    vertical-align:top;
}

.addtagform
{
    width:20em;
}

.addtagform label
{
    display:inline-block;
    width:4em;
}

.addtagform .input
{
    margin-bottom:5px;
}

.addtagform .submit
{
    margin-top:10px;
}

.cmsdiv
{
    width: 655px;
}

div.cmsdiv span
{
	margin-top: 2px;
}

.orderheader
{
	width:100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #A09A3D;
	background-color: #E5E4E0;
	cursor: pointer;
}

.green
{
	color: #00DD00;
}

.orange
{
	color: #FF9900;
}

.red
{
	color: #AA0000;
}

.blue
{
    color: #0050aa;
}

.printicon
{
	background: url('../../img/us/job.gif');
	width: 28px;
	height: 20px;
	float: right;
	margin-right: 10px;
}

.printlink
{
	text-decoration: none !important;
	font-size: 8pt;
}

.printlink:hover
{
	text-decoration: none !important;
	color: #666666;
	font-size: 8pt;
}
/*___________________________
--------| OrderHist |--------
===========================*/

.historderid
{
	width: 55px;
	float:left;
	padding:7px;
}

.histfirst
{
	width: 82px;
	float: left;
	padding: 7px;
}

.histsmall
{
	width: 82px;
	float: left;
	padding: 7px;
}

.histbig
{	
	width: 456px;
	float: left;
	padding: 7px;
}

.histbig a
{
	text-decoration: underline;
}
.histbig a:hover{
	text-decoration: none;
}

.histlast
{
	width: 90px;
	float: left;
	padding: 7px;
}

.histwrapper
{
	width: 835px;
	border-left: 1px solid #A09A3D;
	border-right: 1px solid #A09A3D;	
	border-bottom: 1px dotted #A09A3D;
	overflow: auto;
}
.histwrapper:hover{
	background-color: #f7f7f7;
}
.orderhistory
{
	margin-left: 30px;
}

.designdl
{
	width: 432px;
	margin-top: 25px;
}

div.jep  input[type="checkbox"]
{
	display: inline-block;
}

div.jep  label
{
	display: inline-block;
	float: none;
	clear: none;
	text-align: right;
	width: 268px;
}

div.jep
{
	margin-bottom: 15px;
}

div.addressdiv
{
    width: 200px;
    float: left;
    margin-bottom: 30px;
}

.fortypx
{
    padding-left: 40px;
}

div.cardpricediv
{
    width: 380px;
}

div.cardpricediv .formdiv
{
    margin: 15px;
    float: left;
}

div.cardpricediv input[type="submit"]
{
    margin-top: 20px;
}

/* CMS user paginator */

div#users .pagination
{
    margin-top:10px;
}

div#users .pagination a.prev
{
    margin-right:5px;
}

div#users .pagination a.next
{
    margin-left:5px;
}

div#users .pagination .counter
{
    margin-top:5px;
}

div.adduserform
{
    margin-top:10px;
    width:250px;
}

div.adduserform fieldset
{
    padding-bottom:10px;
}

div.adduserform .input
{
    margin-top:5px;
}

div.adduserform  .input label
{
    display:inline-block;
    *display:inline;
    width:5em;
    zoom:1;
}

div.adduserform .input input[type="text"], div.adduserform .input input[type="password"]
{
    width:150px;
}

div.adduserform .submit
{
    margin-top:10px;
}

/****************************************************** Cardtemplates **************************************************************/

.horizontalwrap{
	width: 188px;
	border: 1px solid #01b9df;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.verticalwrap{
	width: 136px;
	height: 156px;
	border: 1px solid #01b9df;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.temp_horizontal{
	float: left;
	width: 156px;
	height: 100px;
	text-align: center;
	cursor: pointer;
}

div.temp_vertical{
	float: left;
	width: 100px;
	height: 156px;
	text-align: center;
	cursor: pointer;



}

div.button_row
{
	width:32px;
	float: right;
}

div.button_row .del
{
	cursor: pointer;
	background:url('../../img/us/delete_ultrasmall.png') no-repeat;
	width: 16px;
	height: 16px;
	margin: 8px 0px 0px 8px;
	text-decoration: none;
}

div.button_row .copy
{
	cursor: pointer;
	background:url('../../img/us/copy_ultrasmall.png') no-repeat;
	width: 16px;
	height: 16px;
	margin: 8px 0px 0px 8px;
	text-decoration: none;
}

div.button_row .edit
{
	cursor: pointer;
	background:url('../../img/us/pencil.png') no-repeat;
	width: 16px;
	height: 16px;
	margin: 8px 0px 0px 8px;
	text-decoration: none;

}

/****************************************************** Editor **************************************************************/

.alignTopLeft {

	text-align: left;

	vertical-align: top;

}

.editor_top{
	margin: 0px 0px 20px 0px;
	background: #35c4fe;
	border: #35c4fe 1px solid;
	color:#fff;
	padding: 2px 4px;
	line-height: 20px;
}


.editor_options{
	border: none;
	margin: 0px;
	height: 20px;
	background: #35c4fe;
	padding: 6px;
	font-size: 12px;
}

.editor_options ul{
    margin:0px;
    padding:0px;
}

.editor_options li{
	display: inline;
	margin-right:60px;
	color: #fff;
}

.editor_options li a{
	color: #fff;
}


#front{
	border-top: 1px solid #35c4fe;
	border-left: 1px solid #35c4fe;
	border-right: 1px solid #35c4fe;
	margin-top: -10px;
}

#back{
	border-top: 1px solid #35c4fe;
	border-left: 1px solid #35c4fe;
	border-right: 1px solid #35c4fe;
	margin-top: -10px;
}

.editor_text{
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #35c4fe;
}

.editor
{
    width: 654px;

}


.editor .preview
{
	background-color: #cbe5ff;
	border: #35c4fe 1px solid;
	overflow: hidden;
	height: 260px;
	width: 325px;
	float: left;
	margin-bottom:25px;
}



.editor .preview .carddiv
{
	border: #ccc 1px solid;
	margin: 10px;
	font-family: Arial;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}

.editor .preview .carddiv div
{
	position: absolute;
	border: 1px dotted #999;
}

.editor .preview .horizontal
{
	margin-top: 60px;
	width: 222px;
	height: 140px;
}

.editor .preview .vertical
{
	margin-top: 20px;
	width: 140px;
	height: 222px;
}

.editor .editor_button .selected
{
	background-color: #35c4fe;
	color: #fff;
	cursor: default;
}
.editor .f, .editor .b
{
	background-color: #cbe5ff;
	border: #35c4fe 1px solid;
}

.editor .f_l, .editor .b_l
{
	background-color: #cbe5ff;
	float: left;
	width: 111px;
	min-height: 100px;
	border-right: #01b9df 1px solid;
}

.editor .f_l .add, .editor .b_l .add
{
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	margin-top:5px;
	font-size: 11px;
}

.editor .f_l a, .editor .b_l a
{
	text-decoration: none;
	padding-left: 4px;
}

.editor .f_l a img, .editor .b_l a img
{
	vertical-align: bottom;

}

.editor .f_l a:hover, .editor .b_l a:hover
{
	text-decoration: underline;
}

.editor .f_l .selected, .editor .b_l .selected
{
	background-color: #fff;
}

.editor .f_r, .editor .b_r
{
	padding: 10px 0px 0px 10px;
	background-color: #cbe5ff;
	float: left;
	width: 529px;
	position: relative;
}

.editor .f_r input, .editor .b_r input, .editor .f_r textarea, .editor .b_r textarea
{
	font-family: Arial;
	font-size: 11px;
}

.editor .f_r .field, .editor .b_r .field
{
	position: absolute;
	font-size: 11px;
}

.editor .f_r .updown, .editor .b_r .updown
{
	width: 14px;
	height: 16px;
	display:inline-block;
	cursor: pointer;
	vertical-align: text-top;
	line-height: 8px;
}
/*
.updown
{
	height: 14px;
	width:16px;
	display:inline-block;
	vertical-align:text-top;
	cursor:pointer;
	margin-left: 0px;
}
*/

.editor_textwrap{
	width:655px;
	border: 1px solid;
}

.temp_top {
	margin: 0px 0px 20px 0px;
}

.editor_floatleft{
	float: left;
	margin-right: 8px;
}

.editor_floatright{
	float:right;
}

#temp_div{
	width: 675px;
}

.bottom{
	width: 655px;
	height: 30px;
	float:left;
	margin: 0px 0px 20px 0px;

}

.editor_button {
	height: 18px;
	line-height: 18px;
	width: 90px;
	float: left;
	background: #fff;
	border: 1px solid #01b9df;
	border-bottom: none;
	margin-right: 10px;
	font-weight: bold;
}

.editor_button a{
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration: none;
}

.editor_button a:hover{
	background: #35c4fe;
	color: #fff;
}

.editor_floatright{
	float: right;
	margin-right:20px;
}
#The_colorPicker{
	position:absolute;
	width:224px;
	padding-bottom:1px;
	background-color:#FFF;
	border:1px solid #317082;
}
/****************************************************** Editor **************************************************************/


input[type="button"].registerButton
{
    border:2px solid #FF0000;
    background-color:#ffffff;
    font-weight:bold;
    margin:1px 3px 0 0;
    cursor:pointer;
}
/*
input[type="button"].registerButton:hover
{
    border:2px solid #ff0000;
    background-color:#000000;
    color:#ffffff;
}
*/

span.requiredfield
{
    color:#990000;
    font-size:12px;
}