/* Sign Builder by (c) 2008 Ray Yates */

#design_wrapper {
        width:782px;
        padding:0px;
        text-align:left;
}

.design {
	border-collapse: separate;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}

table.design td {
	vertical-align: top;
}

table.design th, table.design td {
	font-size: 83%;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 4px;
}
table.design th {
	text-align: center;
	background-color: #455646;
	color: white;
}
#image_td {
	border: none;
	text-align: center;
}
#preview_bg {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: auto;
	height: 90px;
	border: 1px solid black;
	background-repeat:repeat;
	opacity:0.66;
	filter:alpha(opacity=66);
}
#preview {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 10px;
}

.lft {
	text-align: left;
	white-space: nowrap;
}
.ctr {
	text-align: center;
	white-space: nowrap;
}
.rht {
	text-align: right;
	white-space: nowrap;
}

.clear { clear: both; }

.colors {
        margin-top:5px;
        padding:2px;
        clear:both;
}
.metalcolors, .bakedcolors, .formcolors {
        padding: 3px;
        border: 1px dashed #777;
        margin-bottom:2px;
}

.palette {
        display:inline-block;
       	border: 1px solid #888888;
	padding: 0;
        width: 24px;
        height: 24px;
        margin:1px;
}

.palette a {
       display:inline-block;
       text-decoration: none;
       width: 24px;
       height: 24px;
}

.charset {
	font-size: 83%;
	color: #009966;
}

.installhead {
        padding:5px 0px 5px 0px;
}

.installopt {
        display:inline;
        padding-right:5px;
}
.instlrd {float:left;
        min-height:80px;
	vertical-align: middle;
}

.installopt img {
	padding-left:5px;
}

.installpat {
        padding:15px 0px 5px 0px;
}

.bl10add {
    height: 50px;
    padding: 6px 0 15px 0;
    text-align: center;
}
.message {
	font-size: 83%;
	color: #990000;
	font-weight: bold;
}
.caption {
    font: 14px Geneva, serif;
    color: #009966;
}


#summary_txt{
    text-transform: capitalize;
    color: #009966;
}

iframe {
    width: 0px;
    height: 0px;
    border: 0px;
}

.tab_content img {
        float:left;
        padding: 5px 10px 10px 0px;
}


/* Cast Metal Color Preview Section */

#metal_preview, #baked_preview, #acrylic_preview, #laminated_preview {
    position: absolute;
    z-index: 1;
    border: 2px outset;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    background: #dddddd;
}
#metal_preview {
    top: -172px;
    right: 70px;
    width: 210px;
    height: 147px;
}
#baked_preview {
    top: -120px;
    right: 170px;
    width: 110px;
    height: 97px;
}

#metal_preview img, #baked_preview img {
    margin: 5px;
    padding: 0;
}

/* Flat Cut Color Preview Section */

#metal_preview_fc, #baked_preview_fc, #acrylic_preview_fc, #laminated_preview_fc {
    position: absolute;
    z-index: 1;
    border: 2px outset;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    background: #dddddd;
}
#metal_preview_fc {
    top: -172px;
    right: 70px;
    width: 160px;
    height: 185px;
}
#baked_preview_fc {
    top: -120px;
    right: 170px;
    width: 110px;
    height: 106px;
}

#acrylic_preview_fc {
    top: -172px;
    right: 70px;
    width: 120px;
    height: 160px;
}

#laminated_preview_fc {
    top: -184px;
    right: 170px;
    width: 128px;
    height: 186px;
}

#metal_preview_fc img, #baked_preview_fc img, #acrylic_preview_fc img, #laminated_preview_fc img {
    margin: 5px;
    padding: 0;
}


/* Flat Cut Metal Styles */


.bl40box {
    width:auto;
    margin:5px 0px 5px 0px;
    padding: 3px;
    text-align:left;
    border: 1px solid #ccc;
    min-height:78px;
}

.bl4cbhead {
    width:auto;
    text-align:center;
    font: 100% Helvetica, Verdana, sans-serif;
    background: #455646;
    color:white;
    padding-top: 3px;
    padding-bottom: 3px;
}

.bl30material {
    display:inline-block;
    vertical-align:top;
    height: 70px;
    width:130px;
    padding: 5px;
    font-size: 80%;
    font-weight: bold;
    text-align:center;
}

.bl4thick {
    padding-top: 5px;
    text-align:center;
}



